[amd64] Save missing register
[mono.git] / mcs / errors / cs3008-3.cs
index f0cdefb85f0069aed1af28890e38a1270420e6a2..7fad3dd6ff87e396275f99d7a1f10663718b4a85 100644 (file)
@@ -1,8 +1,9 @@
-// cs3008-3.cs: Identifier `_A' is not CLS-compliant
-// Line: 7
+// CS3008: Identifier `_A' is not CLS-compliant
+// Line: 8
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
 
 public class _A {
-}
\ No newline at end of file
+}