Fix include directory for libcloog-isl
[cloog/bastoul.git] / test / test.cloog
blob78bd336fb7287c4a9cd2bded69aac248fd48470d
1 # language: C
4 # parameters {m, n | 4<=m<=n}
5 2 4
6 #  m  n  1
7 1 -1  1  0
8 1  1  0 -4
11 2 # Number of statements
14 # {i, j | 1<=i<=n 1<=j<=m}
15 4 6
16 #  i  j  m  n  1
17 1  1  0  0  0 -1
18 1 -1  0  0  1  0
19 1  0  1  0  0 -1
20 1  0 -1  1  0  0
21 0  0  0
24 # {i, j | i=j 3<=j<=N}
25 3 6
26 #  i  j  m  n  1
27 0  1 -1  0  0  0
28 1  0  1  0  0 -3
29 1  0 -1  0  1  0
30 0  0  0
33 0 # Scattering functions