function_hooks: update comment explaining various function hooks
[smatch.git] / validation / preprocessor / builtin.c
blob6c3aa1760b4c333b7f85eb8b3a1f66ed5f7cb64a
1 __CHECKER__
2 F(__CHECKER__,__CHECKER__)
3 S(#__CHECKER__)
4 const char str[] = "__CHECKER__";
6 /*
7 * check-name: builtin
8 * check-command: sparse -E $file
10 * check-output-start
13 F(1,1)
14 S(#1)
15 const char str[] = "__CHECKER__";
16 * check-output-end