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
[interp] Reduce computation under calc_section mutex
[mono-project.git]
/
mcs
/
tests
/
dtest-friend-01-lib.cs
blob
f1140343f3a4742371e76c05fa00eef59ea1c3b1
1
// Compiler options: -t:library
2
3
using
System
.
Runtime
.
CompilerServices
;
4
5
[
assembly
:
InternalsVisibleTo
(
"dtest-friend-01"
)]
6
7
public class
A
8
{
9
internal void
Test
()
10
{
11
}
12
}