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
2010-04-01 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
gcs1664.cs
blob
a4deb9773d8afdbd849e295afb013790d68e695a
1
// cs1664.cs: Fixed size buffer `C.test_1' of length `1073741825' and type `long' exceeded 2^31 limit
2
// Line: 7
3
// Compiler options: -unsafe
4
5
public unsafe struct
C
6
{
7
private fixed long
test_1
[
1073741825
];
8
}