// CS0430: The extern alias `dontdefined' was not specified in -reference option // Line: 4 using System; namespace N { extern alias dontdefined; } public class Tester { static void Main () { } }