Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-261.cs
index 014f2e05f07e4f71e4cd20819815c1fa02e35308..b6ca39ff3b99bfd8d1002dcf05f54bc3d2bed39c 100644 (file)
@@ -20,7 +20,7 @@ class T {
                return 0;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                T t = new T ();
                int result = Test (t);