// cs0246-11.cs: The type or namespace name `aa' could not be found. Are you missing a using directive or an assembly reference? public class Test { [aa.bb] int dummy; }