lean2/tests/lean/interactive/t3.input
Leonardo de Moura 891a3fb48b feat(frontends/lean): add command block reader with snapshot and resume
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-14 14:13:32 -07:00

7 lines
No EOL
73 B
Text

section
parameter A : Type
check A
#ACK
check A
end
print "done"