add isl_set_lower_bound_val and isl_set_upper_bound_val
[platform/upstream/isl.git] / test_inputs / codegen / mod.c
1 if (2 * (n % 100) == 3 * (m % 200))
2   A();