blob: 2e9a3ffd723a5b6fa8f1e5400c6114a978a37a81 [file] [log] [blame]
// bindgen-flags: --disable-nested-struct-naming
struct A {
static A make();
int a;
};
struct B {
static B make();
int b;
};