10 lines
147 B
Text
10 lines
147 B
Text
|
|
#print_column_numbers true
|
||
|
|
|
||
|
|
let f () = !"%{sexp:nosuchtype}"
|
||
|
|
|
||
|
|
[%%expect
|
||
|
|
{|
|
||
|
|
Line _, characters 12-22:
|
||
|
|
Error: Unbound value sexp_of_nosuchtype
|
||
|
|
|}]
|