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