void f() { for (int i = 0; i < j; i++) { if (condition) continue; break; } }