2 /* { dg-do compile } */
3 /* { dg-options "-fcilkplus" } */
5 void f(int *a
, int w
, int h
)
8 tmp
[:][:] = a
[0:w
][0:h
]; /* { dg-error "base of array section must be pointer or array type" } */
9 /* { dg-error "start-index and length fields necessary" "" { target c } .-1 } */