Merge all static runtime libs into libmono-static.
[mono.git] / mcs / errors / cs0246-17.cs
1 // CS0246: The type or namespace name `Foo' could not be found. Are you missing an assembly reference?
2 // Line: 4
3
4 using Foo;