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_kill3.c
blob
9c343da3069f5749860a47b3de4c7eec0764fa0d
1
int
foo
()
2
{
3
int
a
[
1
];
4
5
#pragma scop
6
a
[
0
] =
5
;
7
#pragma endscop
8
return
a
[
0
];
9
}