OSDN Git Service

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