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