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:
authorMiguel de Icaza <miguel@gnome.org>2002-11-21 20:20:05 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-11-21 20:20:05 +0300
commit0babd91b5f27b5bf655bfd14ef67864050c03433 (patch)
treecf457eadbe6365c6a145e6e12b40ee87177a06e0 /mcs/errors/cs0647.cs
parent2a40a19fa902cb5f8803f4afd74a2a4c8e21933d (diff)
Added testity test
svn path=/trunk/mcs/; revision=9137
Diffstat (limited to 'mcs/errors/cs0647.cs')
-rw-r--r--mcs/errors/cs0647.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/errors/cs0647.cs b/mcs/errors/cs0647.cs
new file mode 100644
index 00000000000..696e83467cb
--- /dev/null
+++ b/mcs/errors/cs0647.cs
@@ -0,0 +1,9 @@
+// cs0647: Format of GUID is invalid
+// Line: 5
+using System.Runtime.InteropServices;
+
+[Guid ("aaa")]
+
+class X {
+static void Main () {}
+}