summaryrefslogtreecommitdiff
path: root/test-chill/test-cases/chill/test_peel.py
blob: bb6c5837bb036c2d0d481c8f334b2a4775a91cb6 (plain)
1
2
3
4
5
6
7
8
9
10
from chill import *

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

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