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
summary.c: directly include required headers
[pet.git]
/
tests
/
inline10.c
blob
5af8f45a53ae8180a603f3c3d021530bc43b2f69
1
inline
void
g
(
int
b
)
2
{
3
b
+=
1
;
4
}
5
6
void
f
()
7
{
8
#pragma scop
9
int
a
=
1
;
10
g
(
a
);
11
g
(
a
);
12
#pragma endscop
13
}