1if (n >= -1 && n <= 9) {
2 if (n >= 0)
3 S1(n);
4 S1(n + 1);
5}
6

source code of polly/lib/External/isl/test_inputs/codegen/cloog/unroll2.c