Get rid of the warning about ignoring the return value of fgets
[cloog.git] / test / forwardsub-3-1-2.c
blobda340ac4c81bf708a99866946998bc78a73b52cb
1 /* Generated from ./forwardsub-3-1-2.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2 S3(2,1);
3 S1(3,1);
4 S1(4,1);
5 S4(4,2);
6 for (i=5;i<=M+1;i++) {
7 S1(i,1);
8 for (j=2;j<=floord(i-1,2);j++) {
9 S2(i,j);
11 if (i%2 == 0) {
12 S4(i,(i/2));
15 for (i=M+2;i<=2*M-1;i++) {
16 for (j=i-M;j<=floord(i-1,2);j++) {
17 S2(i,j);
19 if (i%2 == 0) {
20 S4(i,(i/2));
23 S4(2*M,M);