[msbuild] bump to xplat-master branch HEAD
[mono.git] / mcs / tests / test-70.cs
index 6fe8da995e89c2f8c3a45588934ca63c31718c2a..0173918824582d8cbd118ac6128ec02ba40ad125 100644 (file)
@@ -30,7 +30,7 @@ class Y : X {
 }
 
 class Z {
-       static int Main ()
+       public static int Main ()
        {
                Y y = new Y ();
                X x = new X ();