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
extract out pet_killed_locals
[pet.git]
/
tests
/
no_kill1.c
blob
21a68cedd50b900ee3cf653f7539a0b6641c9803
1
int
foo
()
2
{
3
int
a
;
4
#pragma scop
5
a
=
5
;
6
#pragma endscop
7
return
a
;
8
}