summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0246-17.cs
blob: 38b1e64c686bf74c16fcd57193caba0d588e4583 (plain)
1
2
3
4
// CS0246: The type or namespace name `Foo' could not be found. Are you missing an assembly reference?
// Line: 4

using Foo;