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
/
kill2.c
blob
26644fb90d30d160afea71edf705337c0409a623
1
void
foo
(
int
*
a
)
2
{
3
#pragma scop
4
int
b
=
5
;
5
a
[
0
] =
b
;
6
__pencil_kill
(
b
);
7
#pragma endscop
8
}