[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / flang / test / Semantics / OpenMP / struct.f90
blob8ae1fbe4da86f9395b8b63b76307cb0ede7f9c36
1 ! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
2 ! Check OpenMP compatibility with the DEC STRUCTURE extension
4 structure /s/
5 end structure
7 end