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-07-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0443.cs
blob
d36f7995b7c0deac3b1f6e07ad7b3a695e868c45
1
// cs0443.cs: Value or constant expected
2
// Line: 6
3
4
public struct
S
5
{
6
fixed sbyte
test
[];
7
}