1 // bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
2 
3 struct a;
4 class Bar {
5   a *b;
6 };
7 struct c {
8   union {};
9 };
10 struct a {
11   c d;
12 };
13