Support for scattering relation unions
[clay.git] / tests / unitary / peel_remove_condition.c
blobb8359d7710baa73c6c686771f619de8e2ef0c894
1 #pragma scop
2 /* Clay
3 peel([0], {-15});
4 */
6 for(i = 0 ; i <= N ; i++) {
7 a[i] = 0;
8 if (i >= 15)
9 b[i] = 0;
12 #pragma endscop