1 2 3 4 5 6 7 8
// CS0527: Type `B' in interface list is not an interface // Line: 4 struct A : B { } struct B : A { }