summaryrefslogtreecommitdiff
path: root/test/param-split.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/param-split.c')
-rw-r--r--test/param-split.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/param-split.c b/test/param-split.c
new file mode 100644
index 0000000..dc41468
--- /dev/null
+++ b/test/param-split.c
@@ -0,0 +1,10 @@
+/* Generated from ../../../git/cloog-polylib/cloog-core/test/param-split.cloog by CLooG 0.14.0-278-gcf1f323 gmp bits. */
+if (M <= -1) {
+ S2(0);
+}
+for (i=0;i<=M;i++) {
+ S1(i);
+ if (i == 0) {
+ S2(i);
+ }
+}