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