cleol
[mcs.git] / errors / cs0642-3.cs
blob40451d7e066ec1840afedd109536b981a4cc44ba
1 // cs0642-3.cs: Possible mistaken empty statement
2 // Line: 10
3 // Compiler options: -warnaserror -warn:3
5 public class C
7 public static void Main ()
9 for (;;);
10 { }