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