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