blob: 44d5c9de49b49f63d9263e3a713f4113f922a413 (
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 != 201307
# error _OPENMP defined to wrong value
#endif
|