diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-26 16:54:04 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-26 16:54:04 -0700 |
commit | 699e49d2b1d0c3eca680bfc19e79aa8406f42d6a (patch) | |
tree | d7a63e1ca794ea83675dd9caaa308e76cd883840 /examples/test_datacopy.py | |
parent | e36a3da23b104174084093882f939820dc4470e9 (diff) | |
download | chill-699e49d2b1d0c3eca680bfc19e79aa8406f42d6a.tar.gz chill-699e49d2b1d0c3eca680bfc19e79aa8406f42d6a.tar.bz2 chill-699e49d2b1d0c3eca680bfc19e79aa8406f42d6a.zip |
Diffstat (limited to 'examples/test_datacopy.py')
-rw-r--r-- | examples/test_datacopy.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/test_datacopy.py b/examples/test_datacopy.py new file mode 100644 index 0000000..12246ef --- /dev/null +++ b/examples/test_datacopy.py @@ -0,0 +1,12 @@ +from chill import * + +source('mm.c') +procedure('mm') +#format: rose +loop(0) + +known('ambn == 100') +known('an == 100') +known('bm == 100') + +datacopy(1,3,'C') |