ref: 09065798bf0445de3ec4a34ef714bdae3502f198 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)