using System.Security;
using System.Security.Permissions;

[HostProtection]
class X
{
	public static void Main ()
	{
	}
}