2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0118-5.cs
blobf3d6e017fff1451e53a3c0debb8e39bb3e91cf36
1 // cs0118-5.cs: `bar.foo' is a `field' but a `type' was expected
2 // Line: 6
3 // This is from bug #70758
5 struct bar {
6 foo foo;