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