1 2 3 4 5 6 7
// bindgen-flags: --with-derive-partialeq --allowlist-type "AllowlistMe" --no-partialeq "NoPartialEq" struct NoPartialEq {}; class AllowlistMe { NoPartialEq a; };