summaryrefslogtreecommitdiff
path: root/test-chill/test-cases/chill/test_print_dep.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-chill/test-cases/chill/test_print_dep.py')
-rw-r--r--test-chill/test-cases/chill/test_print_dep.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-chill/test-cases/chill/test_print_dep.py b/test-chill/test-cases/chill/test_print_dep.py
new file mode 100644
index 0000000..a3dee29
--- /dev/null
+++ b/test-chill/test-cases/chill/test_print_dep.py
@@ -0,0 +1,8 @@
+from chill import *
+
+source('mm.c')
+procedure('mm')
+#format: rose
+loop(0)
+
+print_dep()