summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1537-3.cs
blob: 80bfc5e76f261517ad3221856715a8b796ca3290 (plain)
1
2
3
4
5
6
7
// CS1537: The using alias `A' appeared previously in this namespace
// Line: 6
// Compiler options: -r:CSExternAlias-lib.dll

extern alias A;
extern alias A;