isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / codegen / cloog / walters3.c
blob93f8a48da6540de7b69b30f43cb5d4e6ee1b2bd8
1 for (int c0 = 2; c0 <= 8; c0 += 2) {
2 S1(c0, c0 / 2, c0 / 2);
3 S2(c0, c0 / 2, c0 / 2);
5 S2(10, 5, 5);