(* testing var declarations *) i: int; main(): void { k : int; { i = 3; k = 4 } }