1/* Generated from ../../../git/cloog/test/min-1-1.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2if ((M >= 0) && (N >= 1)) {
3  for (i=1;i<=N;i++) {
4    for (j=0;j<=min(min(M,i),-i+N);j++) {
5      S1(i,j) ;
6    }
7  }
8}
9