(* TEST: [-asc -tc -cg -ir] *) #include "std.alpha" entry (arg) := { [Boolean: b; integer: x; integer: y] x := 1; y := 2; b := x = y; return 1; }