scop.c: extract out expr_collect_access
[pet.git] / tests / loop.c
blob6145fa2539016a5afcf5cba46593edae077407fb
1 void foo()
3 int i;
4 int a;
6 #pragma scop
7 for (i = 0; i < 10; ++i)
8 a = 5;
9 #pragma endscop