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