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