class CL { void g() { int j; if (1 == 1) j = 9; while (j==0) { j = 0; j = 2; } } }