1 #define __packed __attribute__((packed))
3 typedef __UINT32_TYPE__ u32
;
10 _Static_assert(sizeof(struct s
) == 5);
12 static int ld(struct s
*s
)
18 * check-name: packed-bitfield5
19 * check-description: is check_access() OK with 'overlapping' packed bitfields?