update isl for introduction of isl_stat
[pet.git] / tests / autodetect / decl.c
blob6e5db25e80500bc886136b11be7655ea858a4956
1 void foo()
3 int a, b;
5 a = 3;
6 int c = 5;
7 b = c;