class MyTest { { int j = 0; System.out.println(false ? j : 'x'); } }