[mcs] C#7 throw expression
[mono.git] / mcs / tests / test-56.cs
index 286cb10dacd9a86700698a0bd4b7a33b0874e57d..b5ca96b7baf0e0ac242bc3d7633a6ea874c21aee 100644 (file)
@@ -52,7 +52,7 @@ class C : A {
 
 class M {
 
-       static int Main ()
+       public static int Main ()
        {
                B b = new B ();