summaryrefslogtreecommitdiff
path: root/test/largeur.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/largeur.c')
-rw-r--r--test/largeur.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/largeur.c b/test/largeur.c
new file mode 100644
index 0000000..ff49b94
--- /dev/null
+++ b/test/largeur.c
@@ -0,0 +1,8 @@
+/* Generated from ../../../git/cloog/test/largeur.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.00s. */
+if (M >= 1) {
+ for (c1=1;c1<=M;c1++) {
+ for (c2=1;c2<=c1;c2++) {
+ S1(c2,c1) ;
+ }
+ }
+}