2010-05-27 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / tests / test-697.cs
1 // Compiler options: -codepage:utf8\r
2 \r
3 // Tests ignorance of UTF-8 header in the middle of the file\r
4 // ->|\r
5 using  System\uFEFF;\r
6 \r
7 public class C\r
8 {\r
9         public static void Main ()\r
10         {\r
11         }\r
12 }\r