repo.or.cz
/
smatch
/
bkmgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
checking_for_null_instead_of_err_ptr: use smatch_kernel_err_ptr.c
[smatch/bkmgit.git]
/
validation
/
optim
/
load-dead.c
blob
52538cc2db237bf05e6ede5f902621ee7974754f
1
void
foo
(
int
*
p
) { *
p
; }
2
3
int
*
p
;
4
void
bar
(
void
) { *
p
; }
5
6
/*
7
* check-name: load-dead
8
* check-command: test-linearize -Wno-decl $file
9
* check-output-ignore
10
* check-output-excludes: load\\.
11
*/