import Int.
variables a b c : Int.
print a + b + c.
check a + b.
exit.
-- the following line should be executed
check a + true.