rt_gccstream/gcc/testsuite/gcc.dg/gomp/pr35438.c

7 lines
157 B
C

/* PR c/35438 */
/* { dg-do compile } */
/* { dg-options "-fopenmp" } */
void foo ();
#pragma omp threadprivate(foo) /* { dg-error "is not a variable" } */