1__CHECKER__
2F(__CHECKER__,__CHECKER__)
3S(#__CHECKER__)
4const char str[] = "__CHECKER__";
5
6/*
7 * check-name: builtin
8 * check-command: sparse -E $file
9 *
10 * check-output-start
11
121
13F(1,1)
14S(#1)
15const char str[] = "__CHECKER__";
16 * check-output-end
17 */
18