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