1 2 3 4 5 6 7 8 9
! { dg-do run } program main use omp_lib implicit none if (openmp_version .ne. 201107) call abort; end program main