Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
c-c++-common
/
gomp
/
has-include-1.c
blob: bb1b9052685741f77b9e8ef9ec490725e0c74bc1 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
void
foo
(
void
)
{
#pragma
omp parallel
if
(
__has_include
(
"<stdlib.h>"
))
/* { dg-error "used outside of preprocessing directive" } */
;
}