14 lines
160 B
C#
Raw Permalink Normal View History

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