aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C
blob: c850622723eba15167e2f949b26f36a6ff93d484 (plain)
1
2
3
4
// { dg-do compile { target c++11 } }
template <class T> struct A { };

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