// cs0246-9.cs: The type or namespace name `foo' could not be found. Are you missing a using directive or an assembly reference? // This is from bug #70758 struct bar { foo foo; }