aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/preprocessor13.c
blob: 96c813ee93e8bb5befb386836b50ef10608ad29d (plain)
1
2
3
4
5
6
7
/*
 * GNU kludge, corner case
 */
#define A(x,...) x##,##__VA_ARGS__
A(1)
A(1,2)
A(1,2,3)