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-03-10 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
gcs0031.cs
blob
29f01f25c7c51ae4b0f0b9923dc0a20182380ed1
1
// cs0031-5.cs: Constant value `200000000000' cannot be converted to a `int'
2
// Line: 7
3
// Compiler options: -unsafe
4
5
public unsafe struct
C
6
{
7
private fixed long
test_1
[
200000000000
];
8
}
9