1 // PR c++/34892
2 
3 template<int=..., int=0> struct A {};  // { dg-error "expected primary" }
4 
5 A<0> a;
6