blob: 00fa4900c17991334eb4618a9a8c769b593f5a5f [file] [log] [blame]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
struct foo {
union {
unsigned int a;
unsigned short b;
};
};