// { dg-do compile { target c++11 } } template struct A { }; template [[gnu::packed]] struct A; // { dg-warning "ignored in explicit instantiation" }