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-05-05 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
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
}