repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-01-24 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-697.cs
blob
c63c6ea658644d398ab9b615ebfeb7776d31f7c5
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
}