aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/gomp/has-include-1.c
blob: bb1b9052685741f77b9e8ef9ec490725e0c74bc1 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */

void
foo (void)
{
#pragma omp parallel if (__has_include ("<stdlib.h>"))	/* { dg-error "used outside of preprocessing directive" } */
  ;
}