type main: integer -> integer function test: main test (a) := { [Boolean: c; Boolean: d] c := true; d := !c; return 1; }