[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-939.cs
blob7d83ddf697dad5ea2e7601fb97174aa44df21fff
1 // Compiler options: -r:dlls/test-939-1/test-939-ref.dll -r:dlls/test-939-2/test-939-lib.dll -r:dlls/test-939-common.dll
3 class X
5 public static void Main ()
9 static void RealTest ()
11 A.Foo ();
12 new B ();