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-12-12 Rodrigo Kumpera <rkumpera@novell.com>
[mcs.git]
/
tests
/
test-426.cs
blob
40d7acea3213bdd91fa4385770289b7483e91062
1
using
foo
=
System
;
2
3
class
X
{
4
static void
Main
()
5
{
6
foo
::
Console
.
WriteLine
(
"hello"
);
7
}
8
}