2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / 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);