Support for scattering relation unions
[clay.git] / tests / unitary / split_statement1.c
blob2e90fe9ea2a1819d632a79d74ff6f0f096274f64
1 #pragma scop
2 /* Clay
3 split([0,2], 1);
4 */
5 for(i = 0 ; i <= N ; i++) {
6 a[i] = 0;
7 for(j = 0 ; j <= M ; j++) {
8 b[i][j] = 0;
9 c[i][j] = 0;
11 d[i] = 0;
12 e[i] = 0;
14 f = 0;
15 #pragma endscop