using System.Security;
using System.Security.Permissions;
[HostProtection]
delegate void D ();
class X
{
public static void Main ()
}