[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / gtest-135.cs
index 46b304a961931924de7659a5395205d30688386b..7456f7b63cae55e23b91035414b26140fbab4801 100644 (file)
@@ -2,7 +2,7 @@ using System;
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                int? a = null;
                int b = 3;