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