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