1 2 3 4 5 6 7 8 9 10
// bindgen-flags: --disable-nested-struct-naming struct A { static A make(); int a; }; struct B { static B make(); int b; };