repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parse.c: extract_tree: avoid uninitialized read on error path
[pet.git]
/
tests
/
no_kill2.c
blob
95afe4a3b7d31d08c6cac0cafc755daab939f088
1
int
foo
()
2
{
3
int
a
;
4
int
*
p
;
5
6
p
= &
a
;
7
#pragma scop
8
a
=
5
;
9
#pragma endscop
10
return
*
p
;
11
}