When performing a multiline comment sometimes the ending comment string ends up 1 char too soon ending up with something like this:
int main() { ... /* if(amdumb) { ...something else */} }
When performing a multiline comment sometimes the ending comment string ends up 1 char too soon ending up with something like this: