4ba097a141
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
7 lines
128 B
Text
7 lines
128 B
Text
import Int.
|
|
variables a b c : Int.
|
|
print a + b + c.
|
|
check a + b.
|
|
exit.
|
|
-- the following line should be executed
|
|
check a + true.
|