12 for (i
= 0; i
< 2*N
+ 100; i
++)
13 for (j
= 0; j
< 200; j
++)
14 a
[j
][i
] = a
[j
+1][10] + 2;
16 return a
[3][5] + b
[1];
20 /* { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite"} } */
21 /* { dg-final { cleanup-tree-dump "graphite" } } */