1 2 3 4 5 6 7 8 9 10 11
// 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; };