2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0162-12.cs
blob5215e44c714aae42dc11acb7a53c0869759f963f
1 // CS0162: Unreachable code detected
2 // Line: 11
3 // Compiler options: -warnaserror -warn:2
5 public class Test
7 public static void Main ()
9 return;
11 Test testStr;
12 return;