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