isl_hash_dim: make result independent of endianness
[isl.git] / test_inputs / codegen / separate.c
blob042e3e77c6c9d3cfbec915225b82db93cf9a92bf
2 a(0);
3 for (int c0 = 1; c0 <= 9; c0 += 1) {
4 b(c0 - 1);
5 a(c0);
7 b(9);