diff options
Diffstat (limited to 'cloog-core/test/basic-bounds-1.c')
-rw-r--r-- | cloog-core/test/basic-bounds-1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cloog-core/test/basic-bounds-1.c b/cloog-core/test/basic-bounds-1.c new file mode 100644 index 0000000..1ddede1 --- /dev/null +++ b/cloog-core/test/basic-bounds-1.c @@ -0,0 +1,4 @@ +/* Generated from ../../../git/cloog/test/basic-bounds-1.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.00s. */ +for (i=0;i<=2;i++) { + S1(i) ; +} |