heptagon/test/good/t15.ept
2012-07-18 16:54:44 +02:00

12 lines
184 B
Plaintext

(* Crashes the pass removing intermediate equations. *)
node foo() returns (res:int)
let
res = if true then 1 else 1;
tel
node main() returns (res:int)
let
res = foo()
tel