Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-623.cs
index 03fce1597500f035a007dda377d538470a27ee9f..9021a6e2c7562a0c52fe15ee260bf4dc1e93b184 100644 (file)
@@ -15,7 +15,7 @@ class Y : X {
                return;
        }
 
-       static void Main () {
+       public static void Main () {
                Y y = new Y ();
 
                ((I) y ).a ();