Add new test for bug 78259
[mono.git] / mcs / tests / test-550.cs
1 // Compiler options: -codepage:65001
2 // Note; this file is utf8 encoded
3 using System;
4
5 namespace Bla.Blub
6 {
7
8         class Fo‿o
9         {
10                 public static void Main(string[] args)
11                 {
12                         Console.WriteLine("bla");
13                 }
14         }
15
16 }