blob: 678586342e64cd01577eea82eeb2de4b637ed8c9 [file] [log] [blame]
// bindgen-flags: --opaque-type "B" --whitelist-type "C" --with-derive-hash --with-derive-partialeq --with-derive-eq
class A;
class B {
static A a;
};
class C {
B b;
};