[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-433.cs
blob962caea4003248c39a5ab8b0653a1af2fa402390
1 using foo = Foo;
3 namespace Foo {
4 class A { }
7 class X {
8 static foo::A a = new Foo.A ();
9 public static void Main ()
11 System.Console.WriteLine (a.GetType ());