heptagon/test/good/t15.ept
2010-06-21 12:11:06 +02:00

7 lines
132 B
Plaintext

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