Merge pull request #1319 from directhex/systemwide-per-arch-aot-cache
[mono.git] / mcs / tests / test-910.cs
1 using System.Security;
2 using System.Security.Permissions;
3
4 [HostProtection]
5 class X
6 {
7         public static void Main ()
8         {
9         }
10 }