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

struct NoHash {};

class AllowlistMe {
  NoHash a;
};