Files
clang-p2996/flang/test/Semantics/OpenMP/critical-empty.f90
Kiran Chandramohan 0ee6646d6f [Flang][OpenMP] Re-enable tests on windows 3/n (#93070)
Enables copying, copyprivate, critical, and a few other tests
2024-05-22 22:16:40 +01: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