llvm-for-llvmta/test/Assembler/2005-01-31-CallingAggregateFunction.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

10 lines
138 B
LLVM

; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s
define void @test() {
call {i32} @foo()
ret void
}
declare {i32 } @foo()