1 // This ensures that any "unreachable code" warning will error out
2 // rather than generate invalid IL or crash compiler
14 public static int y
= 1;
15 public static int f () { return 0; }
16 public static int Main ()
30 public static string Test_2 ()
32 throw new Exception ();
35 if (account
== null) {
45 throw new NotSupportedException ();
51 const FooEnum foo
= FooEnum
.Two
;
66 Console
.WriteLine (obj
);