1/* Generated from ../../../git/cloog/test/wavefront.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2if ((m >= 1) && (n >= 1)) {
3  for (c1=2;c1<=n+m;c1++) {
4    for (c2=max(1,c1-m);c2<=min(n,c1-1);c2++) {
5      S1(c2,c1-c2) ;
6    }
7  }
8}
9