ref: 48669bd9d1a6bbec7837e05e81f6f283e5d0858a dir: /tests/cc/error/0014-macro.c/
/* PATTERN: 0014-macro.c:9: error: macro "X" received 1 arguments, but it takes 0 . */ #define X() 0 X(A)