blob: 0e4fccb6e248247fa9d2ca08676b940c93649a91 [file] [log] [blame]
// bindgen-flags: --disable-nested-struct-naming
struct foo {
struct bar1 {
int x1;
struct {
int x2;
struct {
int x3;
struct bar4 {
int x4;
} b4;
} b3;
} b2;
} b1;
};
struct {
struct {
struct baz {
int x;
} b;
} anon2;
} anon1;