1 2 3 4 5 6 7 8 9
extern int invalid; enum e { E = 1 ? 1 : invalid }; /* * check-name: enum-init-constness */