YouCompleteMe/cpp/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
2012-07-05 17:51:06 -07:00

9 lines
108 B
LLVM

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