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
/
inline14.c
blob
e5a5fd6525b7a7f82f00c6ab4d5e88460dda9c4f
1
inline
void
g
(
int
a
)
2
{
3
a
+=
1
;
4
}
5
6
inline
int
h
(
int
a
)
7
{
8
return
a
+
1
;
9
}
10
11
void
f
()
12
{
13
#pragma scop
14
int
a
=
1
;
15
g
(
h
(
a
));
16
#pragma endscop
17
}