Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-anon-17.cs
index a05dd23f3316e8a5ff0e9852f42ccb4ba8012e85..133f38258e37cbc56abf9371eff272210a1dc00e 100644 (file)
@@ -18,7 +18,7 @@ class Button {
 class X {
        static bool called = false;
        
-       static int Main ()
+       public static int Main ()
        {
                Button b = new Button ();