Switch to compiler-tester
[mono.git] /
1 interface A : B {
2 }
3
4 interface B : A {
5 }