xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/mod.in (revision 52a25237d894fd5736a90f11df2c5c9391d13fd5)
1# check that modulo constraint is generated correctly
2[n, m] -> { A[] -> [] : 2 * (n % 100) = 3 * (m % 200) }
3[n, m] -> { : m, n >= 0 }
4{}
5