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