Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib43.C
blob: acae3f23c90ca6c45be873e9cb4c9f565a8d71b0 [
file
] [
log
] [
blame
]
template
<
class
T
>
struct
A
{
};
template
__attribute__
((
packed
))
struct
A
<int>
;
// { dg-warning "attribute" }