using System; class X { static int Main () { while (true) { break; while (true) Console.WriteLine ("Test"); } return 0; } }