xref: /llvm-project/flang/test/Semantics/OpenMP/requires01.f90 (revision 502bea25bdc07d1811b8bfea1c2e6bfa8617f72f)
1! RUN: %python %S/../test_errors.py %s %flang -fopenmp
2
3!$omp requires reverse_offload unified_shared_memory
4
5!ERROR: NOWAIT clause is not allowed on the REQUIRES directive
6!$omp requires nowait
7end
8