(* TEST: [-asc -tc -cg -ir] *) #include "std.alpha" entry (arg) := { [Boolean: c; Boolean: d] c := true; d := !c; return 1; }