2005-06-03 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / tests / i3.cs
1 class X {
2 }
3
4 interface A : X {
5 }