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