lean2/tests/lean/parser1.lean

20 lines
116 B
Text
Raw Normal View History

(*
foo(10)
*)
print "checkpoint"
(*
parse_lean_cmds("(" .. "*" .. [[
foo(20)
]] .. "*" .. ")")
*)