Added testity test
[mono.git] / mcs / errors / cs0500.cs
1 abstract class X {
2         public abstract void B () {
3         }
4 }