Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-anon-65.cs
index fdb55457edbfa8ec29e1b793268a0d669b53c134..b748c4450635ef9ccd9ed9e5d0190103fd3431f6 100644 (file)
@@ -20,7 +20,7 @@ public class TestClass : BaseClass
        {
        }
 
-       static int Main (string[] args)
+       public static int Main (string[] args)
        {
                TestClass c = new TestClass (1);
                return 0;