[ERROR]
A goto label was found, but the specified label did not exist in the same function.
void main(void) {
goto label;
}
Insert a label in the function with the same name as specified in the goto statement.