shithub: scc

ref: 30d5a2c869c5f47cca98fdedb9024d462c6b9191
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)