1 ! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
3 subroutine test_masked()
5 !ERROR: At most one FILTER clause can appear on the MASKED directive
6 !$omp masked filter(1) filter(2)
9 !ERROR: NOWAIT clause is not allowed on the MASKED directive