lean4-htt/tests/lean/single.lean
Leonardo de Moura 028a9bd9bd feat(frontends/lean/scanner): use Lua style comments in Lean
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 08:53:27 -08:00

7 lines
127 B
Text

Import Int.
Variables a b c : Int.
Show a + b + c.
Check a + b.
Exit.
-- the following line should be executed
Check a + true.