mte/unikernel/duniverse/ppx_custom_printf/test/test.mlt

10 lines
147 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
#print_column_numbers true
let f () = !"%{sexp:nosuchtype}"
[%%expect
{|
Line _, characters 12-22:
Error: Unbound value sexp_of_nosuchtype
|}]