Add new test for bug 78259
authorMiguel de Icaza <miguel@gnome.org>
Mon, 1 Jan 2007 07:51:13 +0000 (07:51 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 1 Jan 2007 07:51:13 +0000 (07:51 -0000)
svn path=/trunk/mcs/; revision=70309

mcs/tests/test-550.cs [new file with mode: 0644]

diff --git a/mcs/tests/test-550.cs b/mcs/tests/test-550.cs
new file mode 100644 (file)
index 0000000..795c62a
--- /dev/null
@@ -0,0 +1,16 @@
+// Compiler options: -codepage:65001
+// Note; this file is utf8 encoded
+using System;
+
+namespace Bla.Blub
+{
+
+       class Fo‿o
+       {
+               public static void Main(string[] args)
+               {
+                       Console.WriteLine("bla");
+               }
+       }
+
+}