[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / test-anon-05.cs
index fe456bede026f0c28b891292624c3a69bf5c9c28..632007e70bcd0802e38e40cc78cfab1e755b8246 100644 (file)
@@ -5,7 +5,7 @@ using System;
 delegate void S ();
 
 class X {
-       static int Main ()
+       public static int Main ()
        {
                int i;
                S b = null;