1 2 3 4 5 6 7 8 9 10
// bindgen-flags: --rustified-enum ".*" enum { FOO_BAR, FOO_BAZ, }; class Foo { enum { FOO_BAR = 10 }; };