1 /* PR c/11446: packed on a struct takes precedence over aligned on the type
4 /* { dg-additional-options "-mno-ms-bitfields" { target *-*-mingw* } } */
6 extern void abort (void);
10 } __attribute__ ((aligned
));
15 } __attribute__ ((packed
));
19 if (sizeof (struct B
) != sizeof (char) + sizeof (struct A
))