Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-487.cs
index d692ea9b9420eff33e24637705f21ddd8fb8e424..1d37d5e97d0414140d25ce3365fb989b581843dc 100644 (file)
@@ -17,7 +17,7 @@ struct X {
                
                pass = (n == 2);
        }
-       static int Main ()
+       public static int Main ()
        {
                new X (null);
                return pass ? 0 : 1;