2002-10-19 Rachel Hestilow <hestilow@ximian.com>
[mono.git] / mcs / tests / i2.cs
1 interface A : B {
2 }
3
4 interface B : A {
5 }