// cs0524.cs: 'Struct' : interfaces cannot declare types // Line: 5 interface Interface { public struct Struct { } }