unexpected token 'token' following declaration of 'identifier'
An incorrect token was found in the declaration.
Example
int i 8; // error, missing = int j = 7; // OK