1! RUN: %python %S/../test_errors.py %s %flang -fopenmp 2! CompilerDirective with openmp tests 3 4!ERROR: !DIR$ IGNORE_TKR directive must appear in a subroutine or function 5!dir$ ignore_tkr 6 7program main 8end program main 9