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