Files
clang-p2996/flang/test/Semantics/OpenMP/critical-empty.f90
Kiran Chandramohan 63a6e51f8a [Flang][OpenMP] Fix issue with empty critical or critical without surrounding context (#71944)
Add the sourcerange for critical directive.

Fixes #65571
2023-11-27 15:56:39 +00:00

7 lines
163 B
Fortran

! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
! Test that there are no errors for an empty critical construct
!$omp critical
!$omp end critical
end