1 /* { dg-options "-fopenmp" } */ 2 /* { dg-do preprocess } */ 3 /* { dg-require-effective-target fopenmp } */ 4 5 #ifndef _OPENMP 6 # error _OPENMP not defined 7 #endif 8 9 #if _OPENMP != 201511 10 # error _OPENMP defined to wrong value 11 #endif 12