xref: /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/preprocessor20.c (revision 5801b0f01c3c34499a929ed96164a5a68b470945)
1 #include "preprocessor20.h"
2 #define X
3 #define Y
4 #include "preprocessor20.h"
5 /*
6  * check-name: Preprocessor #20
7  * check-command: sparse -E $file
8  *
9  * check-output-start
10 
11 A
12 B
13  * check-output-end
14  */
15