'##' cannot occur at the end of a macro definition
A macro definition ended with a token-pasting operator (##).
The following sample generates C2161:
#define mac(a,b) a## // error