[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs0625-3.cs
index 72bb69edbd3b23ef82f244dd573b7393169e17f0..d84346b6f12ac98cbe7afee4f1b3128d60a9528c 100644 (file)
@@ -1,21 +1,21 @@
-// cs0625-3.cs: `cs0625.GValue.value': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute\r
-// Line: 10\r
-\r
-using System;\r
-using System.Runtime.InteropServices;\r
-\r
-namespace cs0625 {\r
-       [StructLayout (LayoutKind.Explicit)]\r
-       partial struct GValue\r
-       {\r
-       }\r
-       \r
-       partial struct GValue {\r
-               public int value;\r
-       }\r
-       \r
-       class Tests {\r
-               public static void Main () {\r
-               }\r
-       }\r
-}\r
+// CS0625: `CS0625.GValue.value': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
+// Line: 10
+
+using System;
+using System.Runtime.InteropServices;
+
+namespace CS0625 {
+       [StructLayout (LayoutKind.Explicit)]
+       partial struct GValue
+       {
+       }
+       
+       partial struct GValue {
+               public int value;
+       }
+       
+       class Tests {
+               public static void Main () {
+               }
+       }
+}