[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / flang / test / Semantics / OpenMP / requires01.f90
blob007135749cc823970fb9e0e09508f2aa6b5aea63
1 ! RUN: %python %S/../test_errors.py %s %flang -fopenmp
3 !$omp requires reverse_offload unified_shared_memory
5 !ERROR: NOWAIT clause is not allowed on the REQUIRES directive
6 !$omp requires nowait
7 end