repo.or.cz
/
cloog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Get rid of the warning about ignoring the return value of fgets
[cloog.git]
/
test
/
min-3-1.c
blob
5736a3cd08a189a1581c7316276ff9a12df7a62e
1
/* Generated from ../../../git/cloog/test/min-3-1.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.00s. */
2
for
(
i
=
0
;
i
<=
min
(
10
,
M
);
i
++) {
3
for
(
j
=
0
;
j
<=
min
(
10
,
M
);
j
++) {
4
S1
(
i
,
j
) ;
5
}
6
}