blob: b8d9689aa829ef328b67dd169ca19f82d4309075 [file] [log] [blame]
// bindgen-flags: --rustified-enum ".*"
enum Foo {
Bar = 1,
Dupe = 1
};