// cs0246-10.cs: The type or namespace name `Nonexistant' could not be found. Are you missing a using directive or an assembly reference? using System; using Nonexistant; class X { static void Main () { } }