[PATCH] lazy-copy macro expansion in pre-processing
[smatch.git] / validation / preprocessor13.c
blob96c813ee93e8bb5befb386836b50ef10608ad29d
1 /*
2 * GNU kludge, corner case
3 */
4 #define A(x,...) x##,##__VA_ARGS__
5 A(1)
6 A(1,2)
7 A(1,2,3)