shithub: scc

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