Merge pull request #2774 from marek-safar/roslyn
[mono.git] / mcs / tests / test-89.cs
old mode 100755 (executable)
new mode 100644 (file)
index 3f1b86e..bdf1e13
@@ -18,7 +18,7 @@ struct X {
                return new X (a);
        }
        
-       static int Main ()
+       public static int Main ()
        {
                X [] x = { new X (40), F (10) };