// cs3014-3.cs: `I' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant // Line: 7 using System; [CLSCompliant (true)] public interface I { }