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