(* TEST: [-asc -tc -cg -ir] *) #include "std.alpha" entry (arg) := { [Boolean:b; Boolean: c; Boolean: d; integer: result] z := true; d := false; d := c & d; result := printBoolean(d); return 1; }