Fix ISS changing the relative execution order of statements in the cloned part
[clay.git] / tests / unitary / peel_last.c
blobeccd1df920465945230b43ac6342afaf3e470923
1 #pragma scop
2 /* Clay
3 peel([0], {-1 | 15});
4 */
5 for(i = 10 ; i <= N-8 ; i++) {
6 a[i] = 0;
8 #pragma endscop