blob: 385c1a7d4ccddb41e3a49100ac908cf6137883a2 [file] [log] [blame]
/*
* GNU kludge
*/
#define A(x,...) x,##__VA_ARGS__
A(1)
A(1,2)
A(1,2,3)