ref: 0fc0b5035e8bf20d1925dde69ca2b341ea957a67 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)