2005-07-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / cs0246-9.cs
1 // cs0246-9.cs: The type or namespace name `foo' could not be found. Are you missing a using directive or an assembly reference?
2 // This is from bug #70758
3 struct bar {
4         foo foo;
5 }
6