2 /* { dg-do compile } */
3 /* { dg-options "--combine" } */
4 /* { dg-additional-sources "pr28712.c pr28712.c" } */
10 struct A
{ } __attribute__((packed
));
12 struct B
__attribute__((aligned (sizeof (int))));
16 struct B
{ int i
; } __attribute__((packed
));