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
[2019-12] [threads] Add back mono_threads_attach_tools_thread as a public API (#18074)
[mono-project.git]
/
mono
/
tests
/
test-multi-netmodule-3-dll2.cs
blob
4229b80e101ff3b76402f63d8a478ad0cea79bba
1
// Compiler options: -addmodule:test-multi-netmodule-1-netmodule.netmodule -t:library
2
3
public class
M3
{
4
public
M1 m1
=
new
M1
();
5
}