// cs0524-5.cs: `Interface.D': Interfaces cannot declare classes, structs, interfaces, delegates, enumerations or constants // Line: 5 interface Interface { delegate void D (); }