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
Warnings cleanup
[mcs.git]
/
errors
/
cs0118-5.cs
blob
f3d6e017fff1451e53a3c0debb8e39bb3e91cf36
1
// cs0118-5.cs: `bar.foo' is a `field' but a `type' was expected
2
// Line: 6
3
// This is from bug #70758
4
5
struct
bar
{
6
foo foo
;
7
}
8