Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-910.cs
1 using System.Security;
2 using System.Security.Permissions;
3
4 [HostProtection]
5 delegate void D ();
6
7 [HostProtection]
8 class X
9 {
10         public static void Main ()
11         {
12         }
13 }