// "Create enum constant 'EEE'" "true" enum E { AAA, EEE; void t() { int t = EEE; } }