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