blob: d85fb6b754a5b53040e0e8a0dd52e4beacc9cc17 [file] [log] [blame]
// bindgen-flags: --with-derive-partialeq --allowlist-type "AllowlistMe" --no-partialeq "NoPartialEq"
struct NoPartialEq {};
class AllowlistMe {
NoPartialEq a;
};