class Test { { int i, j; i = j = 0; System.out.println(j); } }