repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel-printf: add printf format %pra for struct range
[smatch.git]
/
validation
/
multi-input.c
blob
2443d49fdab9be2e64130265b77bcecc73815bbf
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
*/