isl_tab_basic_map_partial_lexopt: detect modulos and integer divisions
[isl.git] / test_inputs / codegen / separate.c
blobd368d7147ed2db63c1999432c4bea93aa3275c19
1 a(0);
2 for (int c0 = 1; c0 <= 9; c0 += 1) {
3 a(c0);
4 b(c0 - 1);
6 b(9);