aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/cilk-plus/PS/for2.c
blob: 86606275ac47101763f09c936dd7837094c8d893 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O3 -fcilkplus" } */

#pragma simd		/* { dg-error "must be inside a function" } */

void foo()
{
}