repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bring Mono Security to monotouch
[mcs.git]
/
tests
/
test-192.cs
blob
7ba8ea13922f5c1b057079985419650a1b1d001a
1
//
2
// Tests that we validate the unchecked state during constatn resolution
3
//
4
class
X
{
5
static void
Main
()
6
{
7
unchecked
{
8
const int
val
= (
int
)
0x800B0109
;
9
}
10
}
11
}