1 // Compiler options: -r:MyAssembly01=test-externalias-00-lib.dll -r:MyAssembly02=test-externalias-01-lib.dll
3 extern alias MyAssembly01
;
4 extern alias MyAssembly02
;
7 // It must be possible to define a ns with the same name
23 namespace MyAssembly02