gcc/c/
[official-gcc.git] / gcc / testsuite / c-c++-common / cilk-plus / AN / pr58942.c
blob87903af3c8673a4a2c637ecb8d061ec6841e6052
1 /* PR c/58942 */
2 /* { dg-do compile } */
3 /* { dg-options "-fcilkplus" } */
5 int foo (int*p, int i)
7 return __sec_reduce_max_ind(p[1:i]);