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
/
call7.c
blob
6ab0d3b3d9049f4b957ec70df73e0f6fe43d5635
1
int
f
(
int
);
2
3
void
foo
(
int
a
[
static
1
])
4
{
5
int
t
=
a
[
0
];
6
7
if
(
f
(
t
))
8
a
[
0
] =
t
+
1
;
9
}
10
11
void
bar
()
12
{
13
#pragma scop
14
int
s
;
15
foo
((
int
*) &
s
);
16
#pragma endscop
17
}