[ERROR]
There is a missing symbol for the Compiler to complete a parsing rule. Normally this is just a closing parenthesis or a missing semicolon.
void main(void) {
// '}' missing
other example
void f() {
int i
}
Usually this is a programming error. Correct your source code.