[interp] Reduce computation under calc_section mutex
[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 ()