Updated osl submodule
[clay.git] / tests / unitary / fuse_nothing_after.c
blobe39260282eebe0a305e85050bf242be612e281cd
1 #pragma scop
2 /* Clay
3 fuse([0]);
4 */
5 for(i = 0 ; i <= N ; i++) {
6 a[i] = 0;
8 #pragma endscop