Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-312.cs
index 37f366f02f8de001bc6483f4060a5159d9da7df7..8575bc78b85e094fd7974785c9bdb4d5644e2726 100644 (file)
@@ -83,7 +83,7 @@ class X {
                return 0;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                int t = T ();
                if (t != 0)