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