[mcs] C#7 throw expression
[mono.git] / mcs / tests / gtest-568.cs
index 9fb73a47ff3e4acb78a07dfe6949b4ed08799b2d..7a6bc0fdb0a050d635dc64681253f2455d9a6c38 100644 (file)
@@ -2,7 +2,7 @@ using System;
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                object o = 10;
                int? x = 3;