type main: integer -> integer function test: main test (a) := { [integer:x; integer:y] x := 3; y := -x; return y; }