// cs3008-3.cs: Identifier `_A' is not CLS-compliant // Line: 7 using System; [assembly:CLSCompliant(true)] public class _A { }