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