[configure] Add new target.
[mono-project.git] / mcs / tests / test-428.cs
blob85d8e37f74b475636d35311651ea44d1a564f277
1 using globalA = A;
3 class A { }
5 class X {
6 class A { }
7 public static void Main ()
9 globalA a = new global::A ();
10 System.Console.WriteLine (a.GetType ());