Updated osl submodule
[clay.git] / tests / unitary / reverse_loop2.c
blobc60726267c4714dfa65d200f2b1a9c6bb3065da5
1 #pragma scop
2 /* Clay
3 reverse([0,1], 2);
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;
10 d[i][j] = 0;
13 #pragma endscop