class Test { public static void main(String args[]) { int a = 42; int b = 43; { int x=7; int a = 6; } } }