Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-29.cs
index 6183126d277214af91462a9d74d95deb15acdc92..3c41e432f1f8fd9980eb4776118cc31bfde0c285 100644 (file)
@@ -24,7 +24,7 @@ class Derived : Base {
 
 class Demo {
 
-       static int Main ()
+       public static int Main ()
        {
                Derived d = new Derived ();