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
/
test-615.cs
blob
8ff11370e6440c396351a64d399e2ff1d2772332
1
class
C
2
{
3
public static void
Main
()
4
{
5
const bool
b
=
int
.
MinValue
==
0x80000000
;
6
7
ulong
res
=
0
;
8
char
c
=
'c'
;
9
res
=
res
*
16
+
c
;
10
}
11
}