Bump corert
[mono.git] / mcs / errors / cs0214-12.cs
old mode 100755 (executable)
new mode 100644 (file)
index 5d328aa..ef495c1
@@ -1,15 +1,15 @@
-// CS0214: Pointers and fixed size buffers may only be used in an unsafe context\r
-// Line: 13\r
-// Compiler options: -unsafe\r
-\r
-class C\r
-{\r
-       public static unsafe void Write (params int*[] args)\r
-       {\r
-       }\r
-       \r
-       public static void Main ()\r
-       {\r
-               Write ();\r
-       }\r
-}\r
+// CS0214: Pointers and fixed size buffers may only be used in an unsafe context
+// Line: 13
+// Compiler options: -unsafe
+
+class C
+{
+       public static unsafe void Write (params int*[] args)
+       {
+       }
+       
+       public static void Main ()
+       {
+               Write ();
+       }
+}