summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/stride1
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/stride1')
-rw-r--r--omegalib/examples/old_test/stride12
1 files changed, 2 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/stride1 b/omegalib/examples/old_test/stride1
new file mode 100644
index 0000000..fc2b727
--- /dev/null
+++ b/omegalib/examples/old_test/stride1
@@ -0,0 +1,2 @@
+R := { [i] : i < 10 && i > 1 && exists ( alpha : i = 3alpha) };
+codegen R;