Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-697.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 ()
	{
	}
}