Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1537-3.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d102026f49b0dd1a0c442060748a14cb683b6f84 (plain)
1
2
3
4
5
6
7
// cs1537-3.cs: The using alias `A' appeared previously in this namespace
// Line: 6
// Compiler options: -r:CSExternAlias-lib.dll

extern alias A;
extern alias A;