2003-03-23 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / tests / i-recursive.cs
1 interface A : B {
2 }
3
4 interface B : A {
5 }