xref: /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/base-file.c (revision 3ce5372277f4657ad0e52d36c979527c4ca22de2)
1 __FILE__
2 __BASE_FILE__
3 
4 #include "base-file.h"
5 
6 /*
7  * check-name: base file
8  * check-command: sparse -E $file
9  *
10  * check-output-start
11 
12 "preprocessor/base-file.c"
13 "preprocessor/base-file.c"
14 "preprocessor/base-file.h"
15 "preprocessor/base-file.c"
16  * check-output-end
17  */
18