[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / gtest-504.cs
1 // Compiler options: -r:gtest-504-lib.dll
2
3 public class C : A<B<C>, C>
4 {
5         public static void Main ()
6         {
7         }
8 }