scop.c: extract out expr_collect_access
[pet.git] / tests / filter3.c
blob9ef924a1ddef8ea7db57961e882ab2d611f53bae
1 int f(void);
3 void foo(int test[100], int index)
5 #pragma scop
6 index = f();
7 if (test[index])
8 index = 5;
9 #pragma endscop