Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / gomp / pr35438.c
bloba3ae7de0b6afa5947eac499082846b0483627ab5
1 /* PR c/35438 */
2 /* { dg-do compile } */
3 /* { dg-options "-fopenmp" } */
5 void foo ();
6 #pragma omp threadprivate(foo) /* { dg-error "is not a variable" } */