[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / flang / test / Semantics / OpenMP / compiler-directive.f90
blob5d3e9bae27fd8faf40501222c4b4fdc7fd34c7db
1 ! RUN: %python %S/../test_errors.py %s %flang -fopenmp
2 ! CompilerDirective with openmp tests
4 !ERROR: !DIR$ IGNORE_TKR directive must appear in a subroutine or function
5 !dir$ ignore_tkr
7 program main
8 end program main