repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git]
/
flang
/
test
/
Semantics
/
OpenMP
/
compiler-directive.f90
blob
5d3e9bae27fd8faf40501222c4b4fdc7fd34c7db
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
7
program
main
8
end program
main