llvm-6502/test/Assembler/2005-01-31-CallingAggregateFunction.ll
2008-04-23 05:29:14 +00:00

9 lines
114 B
LLVM

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