xref: /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/preprocessor20.c (revision 4c87aefe8930bd07275b8dd2e96ea5f24d93a52e)
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