expr.c: access_add_ref_id: avoid using access relation
[pet.git] / tests / break7.c
blob2f197e1f4cdea3b4178109c0cb03c81855755444
1 int f();
3 void foo()
5 int i, a[100];
7 #pragma scop
8 for (i = f(); i < 100; ++i) {
9 a[i] = 0;
10 if (1)
11 break;
12 a[i] = 1;
14 #pragma endscop