namespace N { struct A; // { dg-error "previous declaration" "" } } template struct N::A {}; // { dg-error "redeclared" "" }