1 // bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
2 //
3 struct foo {
4     union {
5         unsigned int a;
6         unsigned short b;
7     } bar;
8 };
9