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