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
Makefile.am: use automatic variable for target
[pet.git]
/
tests
/
inline13.c
blob
9f742cf2611029aa4158adbf647ad010bd5ca56c
1
inline
int
add_one
(
int
i
)
2
{
3
return
i
+
1
;
4
}
5
6
void
foo
()
7
{
8
int
a
;
9
10
#pragma scop
11
a
=
add_one
(
add_one
(
5
));
12
#pragma endscop
13
}