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