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