2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0162-2.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;