1/* Generated from ../../../git/cloog/test/./reservoir/loechner3.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2if (M >= 1) {
3  for (c2=1;c2<=M;c2++) {
4    for (c4=2;c4<=c2+M;c4++) {
5      for (c6=max(1,-c2+c4);c6<=min(M,c4-1);c6++) {
6        S1(c2,c6,c4-c6) ;
7      }
8    }
9  }
10}
11