(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
tmplattr8.C
// PR c++/28560

template<typename> struct A {};

template<int> struct B;

template<int N> struct C :
  A<typename B<N>::X __attribute__((unused))> {}; // { dg-warning "attribute" }