1 ! RUN: %S/test_errors.sh %s %t %flang -fopenmp
5 ! 2.7.2 sections Construct
6 ! Only a single nowait clause can appear on a sections directive.
12 print *, "omp section"
13 !ERROR: At most one NOWAIT clause can appear on the END SECTIONS directive
14 !$omp end sections nowait nowait
16 end program omp_sections