1 2 3 4 5 6
// PR c++/40406 template<int> struct A { template<int> template<int> void A::foo() {} // { dg-error "extra qualification" } };