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