iscc.c: avoid use of isl_token internals
[barvinok.git] / tests / iscc / sum1
blobadf24d979ab39ad6bebe0ecffd95d559eb3f5301
1 r := sum { [[n] -> [i]] -> i : 0 <= i <= n };
2 assert(r == { [n] -> (1/2 * n + 1/2 * n^2) : n >= 0 });