bolt/deps/llvm-18.1.8/flang/test/Semantics/OpenMP/compiler-directive.f90
2025-02-14 19:21:04 +01:00

8 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