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