[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / llvm / test / Linker / Inputs / syncscope-1.ll
blob90578e931dd53ece4ddf01ea847dc1f71adbb70a
1 define void @syncscope_1() {
2   fence syncscope("agent") seq_cst
3   fence syncscope("workgroup") seq_cst
4   fence syncscope("wavefront") seq_cst
5   ret void