'identifier' : redefinition; different basic types
The specified identifier was already declared.
The following is an example of this error:
void main(void) { int i; float i; // error, redefinition }