[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-69.cs
blobbe58166c258ee07ca9600b49c0833e729bef5a42
1 using System;
2 using System.Runtime.CompilerServices;
4 public class Blah {
6 [MethodImpl (MethodImplOptions.InternalCall)]
7 private extern void Start_internal(IntPtr handle);
9 public static int Main ()
11 return 0;