// cs0642.cs: Possible mistaken empty statement // Line: 9 public class C { public static void Main () { int i= 5; while (i++ < 100); { } } }