0eaa98221b
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
118 B
Text
6 lines
118 B
Text
Variables a b c : Int.
|
|
Show a + b + c.
|
|
Check a + b.
|
|
Exit.
|
|
(* the following line should be executed *)
|
|
Check a + true.
|