blob: 81ad1160315a651e8edaab802d1714078332622d [file] [log] [blame]
// "Create Enum Constant 'EEE'" "true"
enum E {
EEE;
void t() {
EEE
}
}