aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/cilk-plus/AN/pr58942.c
blob: 87903af3c8673a4a2c637ecb8d061ec6841e6052 (plain)
1
2
3
4
5
6
7
8
/* PR c/58942 */
/* { dg-do compile } */
/* { dg-options "-fcilkplus" } */

int foo (int*p, int i)
{
  return __sec_reduce_max_ind(p[1:i]);
}