index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
preprocess-macro-vararg.c
blob: 8abdfe851cb632fdf193735dbc334a28a1531a05 (
plain
)
1
2
#define f(a, ...) __VA_ARGS__ + a, # __VA_ARGS__ f(abc, 1, (2, 3), 4)