blob: 3d559864fafceee17bfb4caf089d2da3fcd62803 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
! { dg-options "-cpp -fopenmp" }
! { dg-do preprocess }
! { dg-require-effective-target fopenmp }
#ifndef _OPENMP
# error _OPENMP not defined
#endif
#if _OPENMP != 201107
# error _OPENMP defined to wrong value
#endif
|