2009-07-20 Geoff Norton <gnorton@novell.com>
[mono-project.git] / mcs / errors / cs0642.cs
blob294cfea1c24058ad55d04db3347dcb6ac4018c72
1 // cs0642.cs: Possible mistaken empty statement
2 // Line: 7
3 // Compiler options: -warnaserror -warn:3
5 class X{
6 static void Main ()
8 if (true);