// cs0246.cs: can not find type `B' // Line: 4 interface A : B { } class X { static void Main () { } }