summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/anon_enum_allowlist.h
blob: 94119a8773cc8a89b6188980178d9a3b8ed7f968 (plain)
1
2
3
4
5
6
// bindgen-flags: --allowlist-var "NODE_.*" --rustified-enum ".*"

enum {
  NODE_FLAG_FOO,
  NODE_FLAG_BAR,
};