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
pet 0.11.8
[pet.git]
/
tests
/
inline11.c
blob
94a64bd7d2d4f123a755da8ed013f682bd16d15c
1
inline
void
f1
(
int
n
)
2
{
3
}
4
5
inline
void
f2
(
int
n
)
6
{
7
float
A
[
n
];
8
}
9
10
void
f
(
int
s
)
11
{
12
#pragma scop
13
f1
(
s
);
14
f2
(
s
);
15
#pragma endscop
16
}