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-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
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
}