Added testity test
authorMiguel de Icaza <miguel@gnome.org>
Thu, 21 Nov 2002 17:20:05 +0000 (17:20 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 21 Nov 2002 17:20:05 +0000 (17:20 -0000)
svn path=/trunk/mcs/; revision=9137

mcs/errors/cs0647.cs [new file with mode: 0644]

diff --git a/mcs/errors/cs0647.cs b/mcs/errors/cs0647.cs
new file mode 100644 (file)
index 0000000..696e834
--- /dev/null
@@ -0,0 +1,9 @@
+// cs0647: Format of GUID is invalid
+// Line: 5
+using System.Runtime.InteropServices;
+
+[Guid ("aaa")]
+
+class X {
+static void Main () {}
+}