[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / test-491.cs
1
2 [AttrB]
3 public class M {
4         public static void Main()
5         {
6         }
7 }
8
9 [AttrB]
10 public class AttrA : System.Attribute {}
11
12 public class AttrB : AttrA {}