Files
clang-p2996/flang/test/Semantics/OpenMP/compiler-directive.f90
Kiran Chandramohan 0ee6646d6f [Flang][OpenMP] Re-enable tests on windows 3/n (#93070)
Enables copying, copyprivate, critical, and a few other tests
2024-05-22 22:16:40 +01:00

9 lines
217 B
Fortran

! 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