[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / test-static-using-08.cs
blobf1460505de1c4ef4c60373fadf04b9f0384c65d6
1 using static A;
2 //using N = System.Int32;
4 class A
6 public class N
11 class Test
13 public static void Main ()
15 N n = default (N); // Am I Int32 or A.N