**** Merged from MCS ****
[mono-project.git] / mcs / tests / i-three.cs
blob7c473f21657c80dc0671016835c917b9821d7181
1 interface A {
4 interface B : A{
7 interface C : A {
10 interface D : C {