[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash67.C
blobc80f4fb9345c27e2c75bcc5e12b931eb9c233612
1 // PR c++/32561
3 template<int N, int N> struct A; // { dg-error "redefinition|declared" }