[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / test-anon-19.cs
index 050b9fb65aa95dd4a1901859005e7988bb88cbf7..01e681e80b231ce8e12511b8a9fa74bf3452a23f 100644 (file)
@@ -6,7 +6,7 @@ using System;
 delegate void S ();
 
 class X {
-       static int Main ()
+       public static int Main ()
        {
                int i;
                int a = 0;