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
for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git]
/
mcs
/
errors
/
cs1641.cs
blob
cde1dac9a963259aafa49cd267bbe635b9606547
1
// CS1641: A fixed size buffer field must have the array size specifier after the field name
2
// Line: 6
3
4
public struct
S
5
{
6
fixed sbyte
[]
test
;
7
}