blob: 7138bf20189b801cfaffacc1af4a9d554ac44018 [file] [log] [blame]
// bindgen-flags: --constified-enum foo
enum foo {
THIS,
SHOULD_BE,
A_CONSTANT,
};
struct bar {
enum foo this_should_work;
};