aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/preprocessor/builtin.c
blob: 6c3aa1760b4c333b7f85eb8b3a1f66ed5f7cb64a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
__CHECKER__
F(__CHECKER__,__CHECKER__)
S(#__CHECKER__)
const char str[] = "__CHECKER__";

/*
 * check-name: builtin
 * check-command: sparse -E $file
 *
 * check-output-start

1
F(1,1)
S(#1)
const char str[] = "__CHECKER__";
 * check-output-end
 */