1 /* Test for MS structure with packed attribute. */
2 /* { dg-do run { target *-*-interix* *-*-mingw* *-*-cygwin* i?86-*-darwin* } }
3 /* { dg-options "-std=gnu99" } */
10 } __attribute__((__ms_struct__
, __packed__
));
21 if (sizeof (struct s
) != (sizeof (char) + sizeof (union u
)))