summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/dagstuhl1
blob: 56f1a4e629c2342d5d1c363589e05a0ef5f7a47e (plain)
1
2
3
4
5
6
7
T := {[i,j] -> [i+10j]};
I := {[0:9,0:9]};
# Version 1.0.0 incorrectly generates references to i and j
codegen T:I;

# Version 1.0.0 doesn't generate an assignment for t2
codegen {[p,i,j] : 0 <= i,j <= 9 && p = i+10j};