1 /* PR c++/42054 */
2 /* { dg-do compile } */
3 
4 template<int int> struct A; /* { dg-error "two or more" } */
5 template<int int> struct A; /* { dg-error "two or more" } */
6