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