// cs0246.cs: The type or namespace name 'AAAA' could not be found (are you missing a using directive or an assembly reference?) // Line: 7 using System; [assembly:CLSCompliant (true)] [AAAA(false)] public sealed class Region { public Region() {} }