tree2scop.c: scop_from_affine_for: delay construction of body pet_scop
[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