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

class NoHash {
  int i;
};