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
/
cs0573-2.cs
blob
89458be2ef6e9294d59fcbe4d664751fbc12ad3c
1
// cs0573.cs: `A.a': Structs cannot have instance field initializers
2
// Line: 5
3
4
partial struct
A
{
5
int
a
=
1
;
6
}