update isl for introduction of isl_stat
[pet.git] / tests / autodetect / decl2.c
blob5451be9450120d4668ffe76b1efc091c7409e1f1
1 void foo()
3 int b;
6 int a;
7 a = 5;
9 b = 6;
10 goto next;
11 next:
12 b = 7;
14 b = a;