2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-751.cs
blob5097a7cd5d32cbb19ff8bf9b6d59621476cd9a17
1 using SomeOtherNS;
2 using LocalNS;
3 using OneMoreNS;
5 namespace SomeOtherNS.Compiler
9 namespace OneMoreNS.Compiler
13 namespace LocalNS
15 public class Compiler
20 namespace System.Local
22 class M
24 public static void Main ()
26 Compiler c = new LocalNS.Compiler ();