repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
test-679.cs
blob
4d756d4ca752ace2ca99a57f93a1791d2f481f39
1
// Compiler options: -r:dlls/test-679-1/test-679-lib.dll -r:dlls/test-679-2/test-679-lib-2.dll
2
3
using
System
;
4
5
class
Program
{
6
7
static int
Main
()
8
{
9
LibB
.
A
();
10
LibB
.
B
();
11
return
0
;
12
}
13
}