1 ! RUN: %not_todo_cmd bbc -emit-fir -fopenmp -o - %s -fopenmp-version=51 2>&1 | FileCheck %s
2 ! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s -fopenmp-version=51 2>&1 | FileCheck %s
4 ! CHECK: not yet implemented: Unhandled clause NOWAIT in TASKWAIT construct
5 subroutine omp_tw_nowait
7 end subroutine omp_tw_nowait