blob: 847c354b592ab36dac3fcd75744646179bb50a61 [file] [log] [blame]
// bindgen-flags: --rust-target 1.0 --with-derive-hash --with-derive-partialeq --with-derive-eq
struct foo {
union {
unsigned int a;
unsigned short b;
} bar;
};