// cs0524.cs: `Interface.Struct': Interfaces cannot declare classes, structs, interfaces, delegates, enumerations or constants // Line: 5 interface Interface { public struct Struct { } }