[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / llvm / test / Assembler / invalid-gep-missing-explicit-type.ll
blobdf20dc96575bd7ff0bad40ccfdec15b378c1f189
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2 ; CHECK: <stdin>:4:26: error: expected comma after getelementptr's type
3 define void @test(ptr %t) {
4   %x = getelementptr ptr %t, i32 0
5   ret void