[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / flang / test / Semantics / OpenMP / bad_module_subroutine.f90
blob339d6bf27e7dfd15d4c08814ee498a4b3e082e4a
1 ! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
2 ! Test that we don't crash on this code inside of openmp semantics checks
4 !ERROR: 'e' is a MODULE procedure which must be declared within a MODULE or SUBMODULE
5 impure elemental module subroutine e()
6 end subroutine