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
2008-08-31 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-550.cs
blob
795c62a27d55d7e25ef54f5f6ab5f7e5c8d526fe
1
// Compiler options: -codepage:65001
2
// Note; this file is utf8 encoded
3
using
System
;
4
5
namespace
Bla
.
Blub
6
{
7
8
class
Fo‿o
9
{
10
public static void
Main
(
string
[]
args
)
11
{
12
Console
.
WriteLine
(
"bla"
);
13
}
14
}
15
16
}