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
link in clangASTMatchers when available
[pet.git]
/
tests
/
no_kill4.c
blob
78c02e1b59a21f395e70f07e03f378a0da4b3ceb
1
int
foo
()
2
{
3
int
a
[
1
];
4
int
*
p
;
5
6
p
=
a
;
7
#pragma scop
8
a
[
0
] =
5
;
9
#pragma endscop
10
return
*
p
;
11
}