2003-04-11 Ville Palo <vi64pa@kolumbus.fi>
[mono.git] / mcs / tests / i3.cs
1 class X {
2 }
3
4 interface A : X {
5 }