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