summaryrefslogtreecommitdiff
path: root/tests/headers/bitfield_method_mangling.h
blob: 257648ee78a58b466de6ff653f17f0897c790b44 (plain)
1
2
3
4
5
typedef struct
{
  unsigned int pad3: 24;
  unsigned int type: 8;
} mach_msg_type_descriptor_t;