PR c++/65051
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib43.C
blobacae3f23c90ca6c45be873e9cb4c9f565a8d71b0
1 template <class T> struct A { };
3 template
4 __attribute__ ((packed))
5 struct A<int>;                  // { dg-warning "attribute" }