[ERROR]
An unexpected token was found.
void f(void);
void main(void) {
int i=f(void); // error: "void" is an unexpected
keyword!
}
Use a token listed in the error message. Check if you are using the right compiler language option. E.g. you may compile a file with C++ keywords, but are not compiling the file with C++ option set. Too many nested scopes