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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
test-679.cs
blob
f59290db337b70f51b8f0d5a20ddb30d576462e0
1
// Compiler options: -t:library -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
void
Main
()
8
{
9
LibB
.
A
();
10
LibB
.
B
();
11
}
12
}