summaryrefslogtreecommitdiff
path: root/mcs/tests/test-697.cs
blob: e29bdba6ff760896cb61298d934a71f585f45038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Compiler options: -codepage:utf8

// Tests ignorance of UTF-8 header in the middle of the file
// ->|
using  System\uFEFF;

public class C
{
	public static void Main ()
	{
	}
}