pet_expr: document the read and write fields
[pet.git] / tests / loop7.c
blob32d641bb329acb51cac9035f4e4c7cbf1dc59042
1 int f();
3 void foo()
5 int i;
6 int a;
8 #pragma scop
9 i = f();
10 for (i = i; i < 10; ++i)
11 a = 5;
12 #pragma endscop