8 lines
160 B
C#
Raw Normal View History

// CS1537: The using alias `A' appeared previously in this namespace
// Line: 6
// Compiler options: -r:CSExternAlias-lib.dll
extern alias A;
extern alias A;