diff options
Diffstat (limited to 'test-chill/test_peel.py')
-rw-r--r-- | test-chill/test_peel.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test-chill/test_peel.py b/test-chill/test_peel.py new file mode 100644 index 0000000..bb6c583 --- /dev/null +++ b/test-chill/test_peel.py @@ -0,0 +1,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() |