codegen_test.sh: avoid use of constructs not supported by /bin/sh on Solaris
[isl.git] / test_inputs / codegen / cloog / dot.c
blobb08de331226d9bceee4c1b3e941e94bb0c10815e
2 for (int c1 = 1; c1 <= M; c1 += 1)
3 S1(0, c1);
4 for (int c0 = 1; c0 <= N; c0 += 1)
5 for (int c1 = 1; c1 <= M; c1 += 1)
6 S2(c0, c1);