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