Fix typos in comments
[smatch.git] / validation / preprocessor14.c
blob001f1f2d96387b7e8c015963860c47e0562a69df
1 /*
2 * GNU kludge, another corner case
3 */
4 #define A(x,y,...) ,##x##__VA_ARGS__
5 A(,1)
6 #define B(x,y,...) x##,##__VA_ARGS__
7 B(,1)