android_mt6572_jiabo/external/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
2025-09-05 16:56:03 +08:00

9 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()