index
:
sparse/sparse-dev.git
Sparse's development tree with unstable git history
Chris Li
about
summary
refs
log
tree
commit
diff
stats
homepage
path:
root
/
validation
/
preprocessor12.c
blob: 385c1a7d4ccddb41e3a49100ac908cf6137883a2 (
plain
)
1
2
3
4
5
6
7
/*
* GNU kludge
*/
#define A(x,...) x,##__VA_ARGS__
A
(
1
)
A
(
1
,
2
)
A
(
1
,
2
,
3
)