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