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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-531.cs
blob
70ffb04436e41efdc6be9f4a9b8742c1ee13e719
1
// Compiler options: -r:test-531-lib.dll
2
3
public class
Test
4
{
5
public static void
Main
()
6
{
7
System
.
Console
.
WriteLine
(
TestLib
.
FOO
);
8
}
9
}