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