2 * GNU kludge, corner case
4 #define A(x,...) x##,##__VA_ARGS__
9 * check-name: Preprocessor #13
10 * check-command: sparse -E $file
20 preprocessor/preprocessor13.c:6:1: error: '##' failed: concatenation is not a valid token
21 preprocessor/preprocessor13.c:7:1: error: '##' failed: concatenation is not a valid token