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>2007-01-01 10:51:13 +0300
committerMiguel de Icaza <miguel@gnome.org>2007-01-01 10:51:13 +0300
commit2f2b072df5ec6e938bb8948d910f19bab2a298a8 (patch)
tree02e658ce72fc895ea7745549d4bcfcfdc612faea /mcs/tests/test-550.cs
parentd2041afba5256de994636dcefe61234c0fed7619 (diff)
Add new test for bug 78259
svn path=/trunk/mcs/; revision=70309
Diffstat (limited to 'mcs/tests/test-550.cs')
-rw-r--r--mcs/tests/test-550.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/mcs/tests/test-550.cs b/mcs/tests/test-550.cs
new file mode 100644
index 00000000000..795c62a27d5
--- /dev/null
+++ b/mcs/tests/test-550.cs
@@ -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");
+ }
+ }
+
+}