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
scop.c: schedule_embed: drop unused variable
[pet.git]
/
tests
/
inline2.c
blob
eb4e2e868f798f536d902edc6eb23d580a0de6fd
1
inline
void
g
(
int
*
a
)
2
{
3
a
[
0
] +=
1
;
4
}
5
6
void
f
()
7
{
8
#pragma scop
9
int
a
=
1
;
10
g
(&
a
);
11
#pragma endscop
12
}