ref: b89dac3b626de7901c14bfec3c2372c841496810 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()