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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-144.cs
blob
3e1929415de4ef4a7e96908938dae209011492d4
1
using
System
;
2
3
public class
Test
4
{
5
const int
A
=
unchecked
((
int
)
0x80000000
);
6
const int
B
=
checked
((
int
)
0x08000000
);
7
8
public static void
Main
()
9
{
10
}
11
}