summaryrefslogtreecommitdiff
path: root/verify-chill/test_shift.py
blob: b3fc6ab07ff521800a22341c79b8207f6a141f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from chill import *

source('mm.c')
procedure('mm')
#format: rose
loop(0)

known('ambn > 0')
known('an > 0')
known('bm > 0')
shift([1],1,4)
print_code()