Merge pull request #3806 from BrzVlad/feature-parallel-gc-final
[mono-project.git] / mcs / errors / cs0246-7.cs
blobb4116daa8cc9a90f37aca1ee2c37574421b2324f
1 // CS0246: The type or namespace name `foo' could not be found. Are you missing an assembly reference?
2 // Line: 5
4 struct bar {
5 foo foo;