blob: 7fb742ecf7461849922a22c023e413d7ba201334 [file] [log] [blame]
// bindgen-flags: --with-derive-hash --no-recursive-whitelist --whitelist-type "foo"
struct foo {
union {
unsigned int a;
unsigned short b;
} bar;
};