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