update isl for introduction of isl_stat
[pet.git] / tests / autodetect / loop4.c
blobedefc734777fcfd4e2887ae67e48e2b3a57f7a1f
1 void foo()
3 int a;
5 for (;;) {
6 a = 5;
8 loop: goto loop;