Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-anon-42.cs
index 5a8ba9d9223001c943beb1fc28829ea26965740b..079e44dd0b3ea82816830ca24b9211256ac78f13 100644 (file)
@@ -22,7 +22,7 @@ class X
                simple ();
        }
 
-       static void Main ()
+       public static void Main ()
        {
                X x = new X ();
                X.Test (3);