1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Assembler/2005-01-31-CallingAggregateFunction.ll

9 lines
112 B
LLVM

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