// cs0400.cs: The type or namespace name `N' could not be found in the global namespace (are you missing an assembly reference?) // Line: 8 class C { public static void Main() { global::N n = null; } }