• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 int a = 1;
foo(void)2 int foo(void) {}
3 
4 static int b = 1;
bar(void)5 static int bar(void) {}
6 
7 /*
8  * check-name: multi-input
9  * check-command: sparse -Wno-decl $file $file
10  * check-known-to-fail
11  */
12