[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / gtest-003.cs
index 8a2e5377c492e4f808ebed6ae0ff9da6269fb932..40588783b275b32fc6e9c943707d78a0ce9ed02d 100644 (file)
@@ -7,7 +7,7 @@ class Test {
 class T {
        Stack<Test> a;
 
-       static void Main()
+       public static void Main()
        {
        }
 }