blob: c850622723eba15167e2f949b26f36a6ff93d484 [file] [log] [blame]
// { dg-do compile { target c++11 } }
template <class T> struct A { };
template [[gnu::packed]] struct A<int>; // { dg-warning "ignored in explicit instantiation" }