xref: /illumos-gate/usr/src/tools/smatch/src/validation/multi-input.c (revision a89c0811c892ec231725fe10817ef95dda813c06)
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  */
12