Get rid of the warning about ignoring the return value of fgets
[cloog/uuh.git] / test / readme.cloog
blob0c581c4eadc8478b5ef780e3f4f48d333f891222
1 # language: C
4 # parameter {n | n>=2} {m | m>=2}
5 2 4
6 #  m  n  1
7 1  1  0 -2
8 1  0  1 -2
9 1 # We set manually the parameter names: m, n
10 m n
12 1 # Number of statements:
15 # {i, j | 2<=i<=n 2<=j<=m n+2-i-j>=0}
16 5 6
17 #   i   j   m   n   1
18 1   1   0   0   0  -2
19 1  -1   0   0   1   0
20 1   0   1   0   0  -2
21 1   0  -1   1   0   0
22 1  -1  -1   0   1   2
23 0   0   0
24 1 # We set manually the iterator names: i, j
25 i j
27 0 # No scattering functions