(* testing compund stmts *) foo1(): int { k: int; k = 3; (* line 6: missing `{' *) k = 9 } main(): void { k: int; k = 3 (* line 14: missing `}' *)