1/* Generated from ../../../git/cloog/test/christian.cloog by CLooG 0.16.2-5-g3b3bf96 gmp bits in 0.01s. */
2if (N >= 1) {
3  S1(0,N-1);
4  for (p=-N+2;p<=N-1;p++) {
5    if (p >= 1) {
6      S2(p-1,0);
7    }
8    for (i=max(0,p);i<=min(N-1,p+N-2);i++) {
9      S1(i,-p+i);
10      S2(i,-p+i+1);
11    }
12    if (p <= 0) {
13      S1(p+N-1,N-1);
14    }
15  }
16  S2(N-1,0);
17}
18