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
/
gtest-friend-14-lib.cs
blob
6bed7bf09e31f0ae552f8cd11030b30c6b37ee89
1
// Compiler options: -t:library
2
3
using
System
.
Collections
.
Generic
;
4
using
System
.
Runtime
.
CompilerServices
;
5
6
[
assembly
:
InternalsVisibleTo
(
"gtest-friend-14"
)]
7
8
namespace
N
9
{
10
internal class
C
11
{
12
internal struct
S
13
{
14
public string
sa
;
15
public string
sb
;
16
}
17
18
internal static void
Init
(
IList
<
C
.
S
>
arg
)
19
{
20
}
21
}
22
}