[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / flang / test / Semantics / OpenMP / declare-simd-empty.f90
blobb61fb53730a23db4ca08b92cc74a3f26abbd18d1
1 ! RUN: %python %S/../test_errors.py %s %flang -fopenmp
2 ! Test the source code starting with omp syntax
4 !$omp declare simd
5 integer :: x
6 end