blob: 5d3e9bae27fd8faf40501222c4b4fdc7fd34c7db [file]
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
! CompilerDirective with openmp tests
!ERROR: !DIR$ IGNORE_TKR directive must appear in a subroutine or function
!dir$ ignore_tkr
program main
end program main