shithub: scc

ref: 529aa2c1a043342c4be06a16048753fc21eee23e
dir: /tests/cc/error/0013-macro.c/

View raw version
/*
PATTERN:
0013-macro.c:9: error: macro "X" received 0 arguments, but it takes 1
.
*/

#define X(A, ...) 0

X()