// bindgen-flags: --rustified-enum ".*" enum { match, whatever_else, }; class C { int i; public: virtual void match(); };