Get rid of the warning about ignoring the return value of fgets
[cloog/uuh.git] / test / lineality-2-1-2.c
blob630c1d4bc45985d6fd6ed71a87f808ca4430210d
1 /* Generated from ./lineality-2-1-2.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2 for (i=1;i<=M;i++) {
3 for (j=1;j<=min(M,i+1);j++) {
4 S1(i,j);
6 if (i >= M-1) {
7 S2(i,(i+2));
9 if (i <= M-2) {
10 S1(i,(i+2));
11 S2(i,(i+2));
13 for (j=i+3;j<=M;j++) {
14 S1(i,j);