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
states: rename unreachable() to is_unreachable()
[smatch.git]
/
validation
/
knr-attr-crash.c
blob
176ff50321204fcea5fc28bc38583e5d24864ba5
1
typedef
int
word
;
2
3
void
foo
(
word x
);
4
5
void
foo
(
x
)
6
word x
;
7
{ }
8
9
/*
10
* check-name: knr-attr-crash
11
* check-command: sparse -Wno-old-style-definition $file
12
*/