[tuner] handle the case with multiple "preserve" attributes
[mono-project.git] / mcs / tests / test-430.cs
blobb4d94871a5284db2a95baa0b6666eb8dd0f2d61a
1 using globalA = A;
3 class A { }
5 class X {
6 class A { }
7 public static void Main ()
9 global::A a = new globalA ();
10 System.Console.WriteLine (a.GetType ());