add bug info
[mcs.git] / tests / test-externalias-06.cs
blob641d5dd3b2a2636166cfbb05a1665fa34b49c21b
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;
5 using System;
7 // It must be possible to define a ns with the same name
8 // of the aliases
9 namespace MyAssembly01
11 public class Test
15 namespace Namespace1
17 public class Test
23 namespace MyAssembly02
25 public class Test
29 namespace Namespace1
31 public class Test
37 public class Test
39 static void Main ()