xref: /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/builtin.c (revision d865fc92e4b640c73c2957a20b3d82622c741be5)
1 __CHECKER__
2 F(__CHECKER__,__CHECKER__)
3 S(#__CHECKER__)
4 const char str[] = "__CHECKER__";
5 
6 /*
7  * check-name: builtin
8  * check-command: sparse -E $file
9  *
10  * check-output-start
11 
12 1
13 F(1,1)
14 S(#1)
15 const char str[] = "__CHECKER__";
16  * check-output-end
17  */
18