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