9 lines · plain
1!RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=512 3subroutine f00(x)4!ERROR: The ERROR directive with AT(EXECUTION) cannot appear in the specification part5 !$omp error at(execution) message("Haaa!")6 integer :: x7end8 9