[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mono / tests / TestingReferenceReferenceAssembly.cs
1 // An assembly that refereces the TestingReferenceAssembly
2
3 class Z : X {
4         public Z () {
5                 Y = 1;
6         }
7 }