Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0625-1.cs
index 3864d4352ca3d717a89b09f9f70208981ebf359a..ab82c630caeb3a396acfe75014756fd981bc5c51 100644 (file)
@@ -1,9 +1,10 @@
-// CS0625: Instance field of type marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute.
+// CS0625: `CS0625.GValue.foo': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
+// Line: 10
 
 using System;
 using System.Runtime.InteropServices;
 
-namespace cs0625 {
+namespace CS0625 {
        [StructLayout(LayoutKind.Explicit)]
        class GValue {
                public int foo;