update isl for support for recent clangs
[barvinok.git] / tests / iscc / sum3
blobff64529d3309380cd9ec0e6590131005c20f1147
1 r := sum { a[i] -> ([(i)/3]) : (exists (e0 = [(i)/3]: 3e0 = i and i >= 2 and i <= 23))};
2 assert(r == { 28 });