blob: d228961df280a0e1241445a7feca5ea2ef192bfe [file] [log] [blame]
// bindgen-flags: --explicit-padding
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
struct pad_me {
uint8_t first;
uint32_t second;
uint16_t third;
};