(* testing for stmts *) main(): void { a, b: int; { for (b = 1 5) (* line 9: missing to *) b = 9; a = 99; for (a 3 to 5) { (* line 14: error in for *) a = a + 1; b = 2 } } }