Files
clang-p2996/flang/test/Semantics/OpenMP/taskwait.f90
Kiran Chandramohan 8acae1a88b [Flang][OpenMP] Add source range for a few directives
The sourcerange was missing for a few directives when
they were the first directive to appear in a program
without a program statement.

Reviewed By: DavidTruby

Differential Revision: https://reviews.llvm.org/D153634
2023-07-05 13:27:52 +00:00

5 lines
75 B
Fortran

! RUN: %python %S/../test_errors.py %s %flang -fopenmp
!$omp taskwait
end