isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / codegen / cloog / stride.c
blobccacebcd51e33438a9dc6a55ff266abb386aa089
1 for (int c0 = 3; c0 <= 24; c0 += 3)
2 S2(c0, c0 / 3);
3 S1(25);
4 for (int c0 = 27; c0 <= 100; c0 += 3)
5 S2(c0, c0 / 3);