update isl for introduction of isl_stat
[pet.git] / tests / autodetect / if2.c
blobeeadbed503d87ade104cc385a89acde1632b3937
1 void foo()
3 int a, b;
5 if (b > 0)
6 a = 5;
7 else
8 loop: goto loop;