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