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