extra/untracked_param: mark lost parameters
[smatch.git] / validation / preprocessor / dump-macros.c
blob79f3de6a2cb6b6c98f050c94a074c625b76b08e7
1 #define ABC abc
2 #undef ABC
4 #define DEF def
5 #undef DEF
6 #define DEF xyz
8 #define NYDEF ydef
9 /*
10 * check-name: dump-macros
11 * check-command: sparse -E -dD -DIJK=ijk -UNDEF -UNYDEF $file
13 * check-output-ignore
14 check-output-pattern-1-times: #define __CHECKER__ 1
15 check-output-contains: #define IJK ijk
16 check-output-contains: #define DEF xyz
17 check-output-contains: #define NYDEF ydef