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