Update m4 script for Clang build
[cloog/uuh.git] / test / min-2-1.cloog
blob0c1ed371b25bcdcea1015e65a309424de74898aa
1 # language: C
4 # Context
5 # {M,N | 1>=0}
6 1   4
7 # M N 1
8 1 0 0 1
11 1 # Number of statements
14 # {i,j |1<=i<=N; 0<=j<=M; j<=i; j+i<=N}, i.e.
15 # {i,j | (1,j)<=i<=-j+N; 0<=j<=M}
16 10   7
17 #  i  j  k M  N  1
18 1  1  0  0 0  0  -1
19 1  0  1  0 0  0  0
20 1  0  -1 0 1  0  0
21 1  1  -1 0 0  0  0
22 1  -1 -1 0 0  1  0
23 1  0  0  1 0  0  0
24 1  0  0 -1 1  0  0
25 1  1  0 -1 0  0  0
26 1  -1 0 -1 0  1  0
27 1  0  0 0  0  0  1
28 0 0 0
31 0 # Scattering functions