summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-2019.hpp
blob: 2e9a3ffd723a5b6fa8f1e5400c6114a978a37a81 (plain)
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;
};