1void main() { 2 if (2 < 2) int a; 3 a; 4} 5 6/*%%* 7variable 'a' must be created in a scope 8*%%*/ 9