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