1 // c++/32560
2 
3 namespace N {}
4 
5 template<typename> struct A
6 {
7   int A<typename N::X>; // { dg-error "namespace|argument|before" }
8 };
9