shithub: scc

ref: f3d06fb5d6fc6d3540f693f883c90c50141fc6f1
dir: /tests/error/0014-macro.c/

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

#define X() 0

X(A)