2005-01-24 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / tests / i-three.cs
1 interface A {
2 }
3
4 interface B : A{
5 }
6
7 interface C : A {
8 }
9
10 interface D : C {
11 }