1//PR c++/28269
2
3template<int> struct A;
4
5struct __attribute__((unused)) A<0<; // { dg-error "template argument|unqualified-id" }
6