• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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