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
update isl for change in isl_map_subtract
[pet.git]
/
tests
/
decl2.c
blob
399de110d65b2969e544b6fd12b32c65c8f389b0
1
void
foo
(
int
N
)
2
{
3
#pragma scop
4
int
A
[
N
];
5
A
[
0
] =
1
;
6
#pragma endscop
7
}