summaryrefslogtreecommitdiff
path: root/test/rectangle.cloog
diff options
context:
space:
mode:
Diffstat (limited to 'test/rectangle.cloog')
-rw-r--r--test/rectangle.cloog29
1 files changed, 0 insertions, 29 deletions
diff --git a/test/rectangle.cloog b/test/rectangle.cloog
deleted file mode 100644
index 9f639ab..0000000
--- a/test/rectangle.cloog
+++ /dev/null
@@ -1,29 +0,0 @@
-# language: C
-c
-
-# parameter {n | n>= 0}
-1 3
-# n 1
-1 1 0
-1
-n
-
-1 # Number of statements:
-
-1
-# {ii, i | 0<=i<=n 0<=j<=n}
-4 5
-# i j n 1
-1 1 0 0 0
-1 -1 0 1 0
-1 0 1 0 0
-1 0 -1 1 0
-0 0 0
-0
-
-1 # Scattering functions
-
-1 6
-# c1 j i n 1
-0 1 -1 -1 0 0
-0