1 /* Generated from ../../../git/cloog/test/isl/mod4.cloog by CLooG 0.16.0-9-g188dbd4 gmp bits in 0.00s. */
2 if (M%11 <= 6) {
3   if (N%5 <= 2) {
4     if (M >= -N) {
5       for (i=0;i<=M+N;i++) {
6         S1(i);
7       }
8     }
9   }
10 }
11