blob: 6f4364e3cc748bf8b260419497c0561a67ba9f69 [file] [log] [blame]
enum foo {
THIS,
SHOULD_BE,
A_CONSTANT,
};
struct bar {
enum foo this_should_work;
};