Support for scattering relation unions
[clay.git] / tests / unitary / shift_statement.c
blob0e518b9cb4a75a5d4dce5d2556c9def154de659c
1 #pragma scop
2 /* Clay
3 shift([0,0], 1, {-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;
11 #pragma endscop