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
m4/ax_detect_clang.m4:fix description of SETLANGDEFAULTS_TAKES_5_ARGUMENTS
[pet.git]
/
tests
/
inline3.c
blob
dbb1f91cd9e3d33d28bd61a57c31a53022335c88
1
inline
void
g
(
int
*
a
)
2
{
3
a
[
0
] +=
1
;
4
}
5
6
void
f
()
7
{
8
#pragma scop
9
int
a
[
10
];
10
a
[
5
] =
1
;
11
g
(&
a
[
5
]);
12
#pragma endscop
13
}