codegen_test.sh: avoid use of constructs not supported by /bin/sh on Solaris
[isl.git] / test_inputs / codegen / cloog / reservoir-fusion1.c
blob201ffee0bc3ce426816ce9c8d15f28e9d8d43a59
2 for (int c1 = 0; c1 <= M; c1 += 1)
3 S1(c1);
4 for (int c1 = 1; c1 <= M; c1 += 1)
5 S2(c1);
6 for (int c1 = 0; c1 <= M; c1 += 1)
7 S3(c1);