Switch to compiler-tester
[mono.git] /
1 interface A {
2 }
3
4 interface B : A{
5 }
6
7 interface C : A {
8 }
9
10 interface D : C {
11 }