Cilk Plus <#pragma simd> implementation on top of OMP_SIMD.
[official-gcc.git] / gcc / testsuite / c-c++-common / cilk-plus / PS / for3.c
blob86606275ac47101763f09c936dd7837094c8d893
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fcilkplus" } */
4 #pragma simd /* { dg-error "must be inside a function" } */
6 void foo()