// cs3008-4.cs: Identifier `_I' is not CLS-compliant // Line: 7 using System; [assembly:CLSCompliant(true)] public interface _I { }