blob: 791a1593afff21000965b48823da5789b20d693f [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;
};
};