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