MC: Eliminate MCFragment vtable, which was unnecessary.
[llvm.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
blobce769a2e9d7bfcc5270811cc8a97de0a2a2b7b62
1 ; RUN: llvm-as %s -o /dev/null
3 define void @test() {
4         call {i32} @foo()
5         ret void
8 declare {i32 } @foo()