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