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
scan.cc: add create_test_index
[pet.git]
/
tests
/
dynamic_condition.c
blob
ca8e5b231f1a9c278238ff4843150a068aa8d42a
1
int
f
(
void
);
2
3
void
foo
()
4
{
5
int
i
,
j
,
a
[
100
];
6
7
#pragma scop
8
for
(
i
=
0
;
i
<
100
; ++
i
) {
9
j
=
f
();
10
if
(
j
<=
1
) {
11
if
(
j
>=
0
)
12
a
[
i
] =
i
;
13
}
14
}
15
#pragma endscop
16
}