[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-910.cs
blob6503f64e039412317e0144956ed4ebff08ca3efe
1 using System.Security;
2 using System.Security.Permissions;
4 [HostProtection]
5 delegate void D ();
7 [HostProtection]
8 class X
10 public static void Main ()