#define __packed __attribute__((packed))typedef__UINT32_TYPE__u32;structs{u32f:24;}__packed;_Static_assert(sizeof(structs)==3);staticintld(structs*s){returns->f;}/* * check-name: packed-bitfield4 * check-description: Is check_access() OK with short packed bitfields? * check-known-to-fail */