blob: b5c72aaab5943e43d8eb9b314ed7d9627b035cac [file] [log] [blame]
!RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
!CHECK-LABEL: @_QPomp_taskwait
subroutine omp_taskwait
!CHECK: omp.taskwait
!$omp taskwait
!CHECK: fir.call @_QPfoo() {{.*}}: () -> ()
call foo()
!CHECK: omp.taskwait
!$omp taskwait
end subroutine omp_taskwait