class X { static void Main () { while (true) { if (true) break; continue; } } }