isl_ast_codegen.c: fix typo in comment
[isl.git] / test_inputs / application2.omega
blobf2af1e86958048dc12441664fc29e7d6c275dc81
1 {[x] : x >= 0 && x <= 20 }
2 {[x] -> [y] : y = 2x}
3 {[y]: Exists ( alpha : 2alpha = y && 0 <= y && y <= 40)}