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-165.cs
blob
1d79d2574c1d33a08baae5d3df132b07dec50dd3
1
// Compiler options: -r:gtest-165-lib.dll
2
3
class
C
4
{
5
public static int
Main
()
6
{
7
var
a
=
new
A
<
string
>();
8
if
(
a
[
"s"
] !=
2
)
9
return
1
;
10
11
return
0
;
12
}
13
}