[runtime] Coverage profiler fixes (#5698)
[mono.git] / mcs / tests / test-697.cs
1 // Compiler options: -codepage:utf8
2
3 // Tests ignorance of UTF-8 header in the middle of the file
4 // ->|
5 using  System\uFEFF;
6
7 public class C
8 {
9         public static void Main ()
10         {
11         }
12 }