Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
crash4.C
blob: 929847196667554f008c846f58a741cefe8664fd [
file
] [
log
] [
blame
]
// { dg-do assemble }
struct
T
{
struct
S __attribute__
((
packed
))
{
// { dg-error "" } parse error
int
i
;
};
};