summaryrefslogtreecommitdiffstats
path: root/flang/test/Semantics/OpenMP/critical-empty.f90
blob: 706f6d806f557e4f61d62682df6986024ae407bc (plain)
1
2
3
4
5
6
7
8
! UNSUPPORTED: system-windows
! Marking as unsupported due to suspected long runtime on Windows
! 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