1// PR c++/32561
2
3template<int N, int N> struct A; // { dg-error "redefinition|declared" }
4