Proper skew transformation
[clay.git] / tests / must_fail / skew_statement1.c
blobab1156095a9cc1f1cc2ccef3cd991e7caef59e1f
1 #pragma scop
2 /* Clay
3 skew([1,1,1], 1, 2);
4 */
5 z = 0;
6 for(i = 0 ; i <= N ; i++) {
7 y[i] = 0;
8 for(j = 0 ; j <= M ; j++) {
9 a[i][j] = 0;
10 b[i][j] = 0;
11 c[i][j] = 0;
14 #pragma endscop