summaryrefslogtreecommitdiff
path: root/tests/headers/no-hash-allowlisted.hpp
blob: 0f60817da6cb9c66102a0e018da9c987ebb7cd42 (plain)
1
2
3
4
5
// bindgen-flags: --with-derive-hash --allowlist-type "NoHash" --no-hash "NoHash"

class NoHash {
  int i;
};