summaryrefslogtreecommitdiff
path: root/mcs/tests/test-550.cs
blob: e2b54ee1d3f2b19d3e2957c7cbf2c029335d1d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Compiler options: -codepage:65001
// Note; this file is utf8 encoded
using System;

namespace Bla.Blub
{
	class Fo‿o
	{
		public static void Main ()
		{
			string \u2161y = "";
			string y\u2161 = "";
		}
	}

}