Allocate non-code memory using mono_domain_alloc0 in mono_create_jit_trampoline_from_...
[mono.git] / mcs / errors / cs0220-2.cs
index b2dc57b74fc81e2592080d2a4fe7539a015a8da7..d7b1f6a980eb577b11f63969e8dde337c58627fc 100644 (file)
@@ -1,10 +1,10 @@
-// cs0220.cs: The operation overflows at compile time in checked mode\r
-// Line: 7\r
-\r
-public class MainClass {\r
-        static void Main () {\r
-                int a = -int.MinValue;\r
-        }\r
-}\r
-\r
-\r
+// CS0220: The operation overflows at compile time in checked mode
+// Line: 7
+
+public class MainClass {
+        static void Main () {
+                int a = -int.MinValue;
+        }
+}
+
+