(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
gen-attrs-43.C
// { dg-do compile { target c++11 } }
template <class T> struct A { };

template [[gnu::packed]] struct A<int>;  // { dg-warning "ignored in explicit instantiation" }