diff options
Diffstat (limited to 'test-chill/test-cases/chill/test_known_2.py')
-rw-r--r-- | test-chill/test-cases/chill/test_known_2.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-chill/test-cases/chill/test_known_2.py b/test-chill/test-cases/chill/test_known_2.py new file mode 100644 index 0000000..5b16325 --- /dev/null +++ b/test-chill/test-cases/chill/test_known_2.py @@ -0,0 +1,9 @@ +from chill import * + +source('mm.c') +procedure('mm') +#format: rose +loop(0) + +known(['ambn > 0', 'an > 0', 'bm > 0']) +print_code() |