scop.c: extract out expr_collect_access
[pet.git] / tests / forward_substitution3.c
blob6c0aee70894c1260491f4de5e86a47f9a9a4ff12
1 void foo()
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