aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/preprocessor14.c
blob: 001f1f2d96387b7e8c015963860c47e0562a69df (plain)
1
2
3
4
5
6
7
/*
 * GNU kludge, another corner case
 */
#define A(x,y,...) ,##x##__VA_ARGS__
A(,1)
#define B(x,y,...) x##,##__VA_ARGS__
B(,1)