[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-466.cs
blob94365cd1a013f87bbc1d65eef3d19ab9ae555ed6
1 // Compiler options: -r:test-466-lib.dll
3 namespace A.X
5 using A.B;
7 class Test
9 public static void Main ()
11 C c = new C ();
12 c.Foo ();