[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-645.cs
blob3db869d216a2539016dc2951dbe871021703b6d3
1 // Compiler options: -r:test-645-lib.dll
3 class C
5 public static void Main ()
7 var n = new A.AN ();
8 n.TestReturn ().Test ();
10 var t2 = new T2 ();
11 t2.Test ();