summaryrefslogtreecommitdiff
path: root/test/rectangle.c.polylib
blob: d3348bc542f0113e4d331f92ec046179c2968ae4 (plain)
1
2
3
4
5
6
7
/* Generated by CLooG v0.10.7 */
for (c1=0;c1<=2*n;c1++) {
  for (i=max(c1-n,0);i<=min(c1,n);i++) {
    j = c1-i ;
    S1 ;
  }
}