isl_tab.c: push_union: handle NULL input
[isl.git] / test_inputs / codegen / separate.c
blob14d91be319e2e8391c8b495791d2f72bd4fc6c26
2 a(0);
3 for (int c0 = 1; c0 <= 9; c0 += 1) {
4 a(c0);
5 b(c0 - 1);
7 b(9);