shithub: scc

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