[amd64] Save missing register
[mono.git] / mcs / errors / cs0500.cs
index d59cee2135988c491b00a7ebf574e278ac5b3dfd..a66f0c255b3224c21ff3b28823fb45f1df056321 100644 (file)
@@ -1,3 +1,6 @@
+// CS0500: `X.B()' cannot declare a body because it is marked abstract
+// Line: 5
+
 abstract class X {
        public abstract void B () {
        }