blob: a3ae7de0b6afa5947eac499082846b0483627ab5 [file] [log] [blame]
/* PR c/35438 */
/* { dg-do compile } */
/* { dg-options "-fopenmp" } */
void foo ();
#pragma omp threadprivate(foo) /* { dg-error "is not a variable" } */