1 // { dg-do compile { target c++11 } }
2 template <class T> struct A { };
3 
4 template [[gnu::packed]] struct A<int>;  // { dg-warning "ignored in explicit instantiation" }
5