blob: 56c2a39fba31899a97abe752ed7ecac7d1e41264 [file] [log] [blame]
// bindgen-flags: --with-derive-hash --allowlist-type "AllowlistMe" --no-hash "NoHash"
struct NoHash {};
class AllowlistMe {
NoHash a;
};