aboutsummaryrefslogtreecommitdiffstatshomepage
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)