1 2 3 4 5 6 7 8 9 10 11 12
// CS1681: The global extern alias cannot be redefined // Line: 3 extern alias global; using System; public class Test { static void Main () { } }