// cs3008-8.cs: Identifier `E2.__VALUE' is not CLS-compliant // Line: 8 using System; [assembly:CLSCompliant (true)] public enum E2 { __VALUE }