(* testing var declarations *) i : int; main(): void { c, x: char; { i = i > 6; i = c > i } }