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
2009-02-27 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1021-2.cs
blob
cf9bb5672f889beaa3e33079527eb5929f8a8f82
1
// cs1021.cs: Integral constant is too large
2
// Line: 6
3
4
class
X
{
5
public static void
Main
() {
6
int
h
=
0xffffffffffffffffffffffffff
;
7
}
8
}