aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/openmp-define-1.f90
blob: 4e1c076f3057d6a06bd2e1cccf48a43d1c8533b4 (plain)
1
2
3
4
5
6
7
! { dg-options "-cpp" }
! { dg-do preprocess }
! { dg-require-effective-target fopenmp }

#ifdef _OPENMP
# error _OPENMP defined
#endif