[FATAL]
In a usage of a macro with parameters, the closing parenthesis is not present.
#define cat(a,b) (a##b)
int i = cat(12,34;
Add a closing ')'.