1 2 3 4 5
// bindgen-flags: --with-derive-partialeq --allowlist-type "NoPartialEq" --no-partialeq "NoPartialEq" class NoPartialEq { int i; };