(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
gomp/
has-include-1.c
       1  /* { dg-do compile } */
       2  
       3  void
       4  foo (void)
       5  {
       6  #pragma omp parallel if (__has_include ("<stdlib.h>"))	/* { dg-error "used outside of preprocessing directive" } */
       7    ;
       8  }