[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / flang / test / Semantics / OpenMP / declare-mapper01.f90
blob0712b80769a45c365bfa57a67ad1c1b0e667d513
1 ! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=50
2 ! Test the declare mapper with non-derived type.
4 integer :: y
6 !ERROR: Type is not a derived type
7 !$omp declare mapper(mm : integer::x) map(x, y)
8 end