1 2 3 4 5 6 7 8 9 10 11 12
// bindgen-flags: --constified-enum-module foo enum foo { Type, Type_, Type1, Type__, }; struct bar { enum foo member; };