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