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
/
declare-mapper01.f90
blob
0712b80769a45c365bfa57a67ad1c1b0e667d513
1
! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=50
2
! Test the declare mapper with non-derived type.
3
4
integer
::
y
5
6
!ERROR: Type is not a derived type
7
!$omp declare mapper(mm : integer::x) map(x, y)
8
end