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