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_create_test_index: allow specification of domain space
[pet.git]
/
tests
/
decl3.c
blob
3fcd270f2dfbf1e87655907f8a5627787961858f
1
void
foo
(
int
N
)
2
{
3
#pragma scop
4
N
=
5
;
5
int
A
[
N
];
6
A
[
0
] =
1
;
7
#pragma endscop
8
}