[mcs] C#7 throw expression
[mono.git] / mcs / tests / test-456.cs
index 7d2a243a968a3380b49389f4894073933f9d71c2..17d4d1b6f3288646ce7dc515175baef0f91f02ca 100644 (file)
@@ -12,7 +12,7 @@ struct Foo {
 }
 
 class Test {
-       static void Main ()
+       public static void Main ()
        {
                Foo x = new Foo ();
                x.foo ();