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
/
kill-stores2.c
blob
861b5ece0af0521723e44a9bbcbb1f22a7647806
1
extern
void
def
(
int
*);
2
3
static void
foo
(
void
)
4
{
5
int
c
;
6
def
(&
c
);
7
if
(
c
)
8
c
=
c
;
9
}
10
11
/*
12
* check-name: kill-stores2
13
* check-command: test-linearize $file
14
*
15
* check-output-ignore
16
* check-output-excludes: store\\.
17
*/