handle label attributes
[smatch.git] / validation / preprocessor12.c
blob385c1a7d4ccddb41e3a49100ac908cf6137883a2
1 /*
2 * GNU kludge
3 */
4 #define A(x,...) x,##__VA_ARGS__
5 A(1)
6 A(1,2)
7 A(1,2,3)