class Top { public class C : I1 { } interface I1 : I2 { } interface I2 { } } class M { public static int Main () { return 0; } }