[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-debug-07.cs
blobc58c720cf145408ff696d4e3c4e2302bc1e29368
1 class C
3 public static void Main ()
5 return;
8 int Foo2 ()
10 return 7;
13 int Foo3 ()
17 return 2;