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
add pet_stmt_build_ast_exprs
[pet.git]
/
tests
/
empty_domain.c
blob
04ca202a6263acd05ab9e1bb395dfd1b52e47a87
1
void
foo
(
int
N
)
2
{
3
int
i
;
4
int
a
[
N
];
5
6
#pragma scop
7
for
(
i
=
0
;
i
<
N
; ++
i
)
8
if
(
0
)
9
a
[
i
] =
i
;
10
#pragma endscop
11
}