[ERROR]
An enumeration has been declared twice.
enum A {
B
};
enum A { //error
Enums have to be declared only once.