A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
[llvm/stm8.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()