[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / gtest-002.cs
1 class Cell <X> {
2         X value;
3
4 }
5
6 class D {
7         public static void Main ()
8         {
9         }
10 }