Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-05-07 14:08:33 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-05-07 14:08:33 +0400
commit56974f2ad0da505efcc5657d49508344bf84bd6a (patch)
tree1ad57df0f2844cc9b3bdf896cb89e04532715ecf /mcs/errors/cs0625-1.cs
parent7d07cb3c6c1305f56b801c3c0ee3f74e1bee356f (diff)
New tests.
svn path=/trunk/mcs/; revision=26892
Diffstat (limited to 'mcs/errors/cs0625-1.cs')
-rw-r--r--mcs/errors/cs0625-1.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/errors/cs0625-1.cs b/mcs/errors/cs0625-1.cs
index 67843724202..3864d4352ca 100644
--- a/mcs/errors/cs0625-1.cs
+++ b/mcs/errors/cs0625-1.cs
@@ -1,3 +1,5 @@
+// CS0625: Instance field of type marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute.
+
using System;
using System.Runtime.InteropServices;