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-03-07 Rodrigo Kumpera <rkumpera@novell.com>
[mcs.git]
/
errors
/
gcs1665.cs
blob
b9fd350fd9db61574d36e212862581d5147b073f
1
// cs1665.cs: `S.test20': Fixed size buffers must have a length greater than zero
2
// Line: 7
3
// Compiler options: -unsafe
4
5
public unsafe struct
S
6
{
7
public fixed bool
test20
[-
4
];
8
}