diff options
Diffstat (limited to 'test/largeur.c.ppl')
-rw-r--r-- | test/largeur.c.ppl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/largeur.c.ppl b/test/largeur.c.ppl new file mode 100644 index 0000000..5ba0c2c --- /dev/null +++ b/test/largeur.c.ppl @@ -0,0 +1,6 @@ +/* Generated from ./largeur.cloog by CLooG 0.15 64 bits in 0.00s. */ +for (c1=1;c1<=M;c1++) { + for (c2=1;c2<=c1;c2++) { + S1(i = c2,j = c1) ; + } +} |