[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-434.cs
blobbce626aa366f2735439cba0ea5935440c8a969f7
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 ());