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