Add new test
[mono.git] / mcs / errors / cs0246.cs
1 // cs0246.cs: can not find type `B'
2 // Line: 4
3 interface A : B {
4 }