blob: 94a8ea0a625a7ca57334433c6c8f35fb4ae8f7a3 [file] [log] [blame]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
//
struct foo {
struct {
int a;
int b;
} bar[2];
struct {
int a;
int b;
} baz[2][3][4];
};