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
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs1021-2.cs
blob
556e7cfe86134ba6308a978f916d04f4f917a5cd
1
// CS1021: Integral constant is too large
2
// Line: 6
3
4
class
X
{
5
public static void
Main
() {
6
int
h
=
0xffffffffffffffffffffffffff
;
7
}
8
}