dlr bug
[mcs.git] / tests / test-429.cs
blob0a137419ba3063bc1572d7deb977988a0861aeee
1 // Compiler options: -warn:0
3 using global = Foo;
5 namespace Foo {
6 class A { }
9 class A { }
11 class X {
12 static void Main ()
14 A a = new global::A ();
15 System.Console.WriteLine (a.GetType ());