class s { void f(boolean b) { for (;;) { if (b) { break; } } } }