]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/c-c++-common/gomp/has-include-1.c
Merge branch 'master' into devel/modula-2.
[gcc.git] / gcc / testsuite / c-c++-common / gomp / has-include-1.c
CommitLineData
59afd6ad
JJ
1/* { dg-do compile } */
2
3void
4foo (void)
5{
6#pragma omp parallel if (__has_include ("<stdlib.h>")) /* { dg-error "used outside of preprocessing directive" } */
7 ;
8}
This page took 1.256757 seconds and 5 git commands to generate.