extra: create a callback for when smatch_extra changes a state
[smatch.git] / validation / preprocessor / preprocessor14.c
blob05fc248b51ee37f68da7b72a910139325eeefc86
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)
8 /*
9 * check-name: Preprocessor #14
10 * check-known-to-fail
11 * check-command: sparse -E $file
13 * check-output-start
16 * check-output-end