summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/allowlisted-item-references-no-partialeq.hpp
blob: d85fb6b754a5b53040e0e8a0dd52e4beacc9cc17 (plain)
1
2
3
4
5
6
7
// bindgen-flags: --with-derive-partialeq --allowlist-type "AllowlistMe" --no-partialeq "NoPartialEq"

struct NoPartialEq {};

class AllowlistMe {
  NoPartialEq a;
};