repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
test-426.cs
blob
db74ddb25018817db39809437c813cc01c13cdd8
1
using
foo
=
System
;
2
3
class
X
{
4
public static void
Main
()
5
{
6
foo
::
Console
.
WriteLine
(
"hello"
);
7
}
8
}