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