blob: d92c801102b05c767d411e7e89db5c8d7062120a [file] [log] [blame]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
struct foo {
struct {
int a;
int b;
} *bar;
};