summaryrefslogtreecommitdiff
path: root/examples/test_datacopy.py
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2017-01-26 16:54:04 -0700
committerTuowen Zhao <ztuowen@gmail.com>2017-01-26 16:54:04 -0700
commit699e49d2b1d0c3eca680bfc19e79aa8406f42d6a (patch)
treed7a63e1ca794ea83675dd9caaa308e76cd883840 /examples/test_datacopy.py
parente36a3da23b104174084093882f939820dc4470e9 (diff)
downloadchill-699e49d2b1d0c3eca680bfc19e79aa8406f42d6a.tar.gz
chill-699e49d2b1d0c3eca680bfc19e79aa8406f42d6a.tar.bz2
chill-699e49d2b1d0c3eca680bfc19e79aa8406f42d6a.zip
bugfixesHEADclang
Diffstat (limited to 'examples/test_datacopy.py')
-rw-r--r--examples/test_datacopy.py12
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')