w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0642.cs
blob5ea07e6c35da7cf8329d20afaf8e11ff576b038f
1 // CS0642: Possible mistaken empty statement
2 // Line: 7
3 // Compiler options: -warnaserror -warn:3
5 class X{
6 static void Main ()
8 if (true);