1// bindgen-flags: --with-derive-hash --no-recursive-allowlist --allowlist-type "foo"
2
3struct foo {
4    union {
5        unsigned int a;
6        unsigned short b;
7    } bar;
8};