[amd64] Save missing register
[mono.git] / mcs / errors / cs0283-3.cs
index 3d71aad4831f1d6008cb032542ecde4b9b1d86e3..e34be3e4495353fc9db7a0b7129d259e2eddb57e 100644 (file)
@@ -1,8 +1,8 @@
-// CS0283: The type `int*' cannot be declared const\r
-// Line: 10\r
-// Compiler options: -unsafe\r
-\r
-unsafe class Test\r
-{\r
-       const int* o = null;\r
+// CS0283: The type `int*' cannot be declared const
+// Line: 10
+// Compiler options: -unsafe
+
+unsafe class Test
+{
+       const int* o = null;
 }
\ No newline at end of file