1 2 3 4 5 6 7 8
// PR c++/19253 namespace N {} template<typename> struct A { A<typename N::X<int> > a; // { dg-error "" } };