isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / codegen / unroll2.in
blob0fb36ab06dc1c2ba757b7d2870ffba0fddb8064d
1 # Check that the different disjuncts in the unroll option
2 # are handled separately.
3 { A[i] -> [i] : 0 <= i < 100000 }
4 { : }
5 { [i] -> unroll[0] : i < 4 or i > 99996 }