* Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
[mono.git] / mcs / tests / i5.cs
1 class A1 {
2 }
3
4 class A2 {
5 }
6
7 class B : A1, A2 {
8 }