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