mte/unikernel/duniverse/ppx_custom_printf/test/test.mlt
2025-11-11 02:07:51 +01:00

9 lines
147 B
Text

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