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
export pet_expr_access_get_may_access
[pet.git]
/
tests
/
forward_substitution1.c
blob
4a19f8124e306c43835d1b7062d059e9a36e721b
1
void
foo
()
2
{
3
int
a
[
10
],
b
,
c
;
4
#pragma scop
5
b
=
1
;
6
c
=
b
;
7
b
=
2
;
8
a
[
c
] =
5
;
9
#pragma endscop
10
}