Merge pull request #3563 from lewurm/interpreter
[mono.git] / mcs / tests / test-anon-76.cs
index ee50eba347f8a842cc2635ecc11e9bd2b7cbcf34..10c7f38eb6716c00b40b0fe9640023ad8a278996 100644 (file)
@@ -22,7 +22,7 @@ public class C
                };
        }
 
-       static int Main ()
+       public static int Main ()
        {
                C o = new C ();
                o.X ();