eol
[mcs.git] / tests / test-432.cs
blobcc072697a4b91aac0e4b05a5ee1cf67494b8523e
1 using foo = Foo;
3 namespace Foo {
4 class A { }
7 class X {
8 static void Main ()
10 Foo.A a = new foo::A ();
11 System.Console.WriteLine (a.GetType ());