blob: 19621c7aac16d6ed6e144c33be81792ff275f67e [file]
! RUN: %not_todo_cmd bbc -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s
! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s
!===============================================================================
! `untied` clause
!===============================================================================
! CHECK: not yet implemented: OpenMP Block construct clause
subroutine omp_task_untied()
!$omp task untied
call foo()
!$omp end task
end subroutine omp_task_untied