param_cleared: handle direct assignments
[smatch.git] / validation / preprocessor / preprocessor14.c
blob027af040369688ae65f99d001dc8cf228126c92b
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-command: sparse -E $file
12 * check-output-start
15 * check-output-end