1 2 3 4 5 6 7
// PR c++/25858 namespace N { template<int> struct A {}; } struct B N::A<0> {}; // { dg-error "invalid" }