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
update test case outputs
[pet.git]
/
tests
/
inline1.c
blob
cb950acafdfc717d285034b2fd890b49a902b3b4
1
inline
void
g
(
int
a
)
2
{
3
a
+=
1
;
4
}
5
6
void
f
()
7
{
8
#pragma scop
9
int
a
=
1
;
10
g
(
a
);
11
#pragma endscop
12
}