1/* Generated from ../../../git/cloog/test/dot2.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2for (i=1;i<=min(M,N);i++) {
3  S1(i) ;
4  for (j=1;j<=M;j++) {
5    S2(i,j) ;
6  }
7}
8for (i=N+1;i<=M;i++) {
9  S1(i) ;
10}
11for (i=M+1;i<=N;i++) {
12  for (j=1;j<=M;j++) {
13    S2(i,j) ;
14  }
15}
16