1 int a = 1;
   2 int foo(void) {}
   3 
   4 static int b = 1;
   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  */