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