Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-282.cs
index f455d86580b8305ab96e1691cb56fb7d2f6a1620..d08521ac9bde3213fa655b4dc479377286c30d19 100644 (file)
@@ -35,7 +35,7 @@ class X
                throw new InvalidOperationException ();
        }
 
-       static int Main ()
+       public static int Main ()
        {
                integer i = new integer (3);
                double d = 4.0;