aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/attrib43.C
blob: acae3f23c90ca6c45be873e9cb4c9f565a8d71b0 (plain)
1
2
3
4
5
template <class T> struct A { };

template
__attribute__ ((packed))
struct A<int>;			// { dg-warning "attribute" }