summaryrefslogtreecommitdiff
path: root/test/infinite.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/infinite.c')
-rw-r--r--test/infinite.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/infinite.c b/test/infinite.c
new file mode 100644
index 0000000..10f35f2
--- /dev/null
+++ b/test/infinite.c
@@ -0,0 +1,13 @@
+/* Generated from ../../../git/cloog/test/infinite.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.02s. */
+for (;i<=0;i++) {
+ S1(i) ;
+}
+for (i=1;i<=N;i++) {
+ S1(i) ;
+ for (j=1;j<=M;j++) {
+ S2(i,j) ;
+ }
+}
+for (i=N+1;;i++) {
+ S1(i) ;
+}