Get rid of the warning about ignoring the return value of fgets
[cloog.git] / test / test.c
bloba3d0711ce5bced19672394bc732711091bcc454e
1 /* Generated from /home/skimo/git/cloog/test/test.cloog by CLooG 0.14.0-284-ga90f184 gmp bits in 0.01s. */
2 for (i=1;i<=2;i++) {
3 for (j=1;j<=M;j++) {
4 S1(i,j);
7 for (i=3;i<=N;i++) {
8 for (j=1;j<=min(M,i-1);j++) {
9 S1(i,j);
11 if (i >= M+1) {
12 S2(i,i);
14 if (i <= M) {
15 S1(i,i);
16 S2(i,i);
18 for (j=i+1;j<=M;j++) {
19 S1(i,j);