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