w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0162-13.cs
blobf4e8ad608f4df849c08f6567aa02760f80622544
1 // CS0162: Unreachable code detected
2 // Line: 10
3 // Compiler options: -warnaserror -warn:2
5 class C
7 static int Main ()
9 while (!new bool {});
10 return 1;