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