Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
multi-input.c
blob: 2443d49fdab9be2e64130265b77bcecc73815bbf [
file
] [
log
] [
blame
]
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
*/