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