Update the names of the exception handling sjlj instrinsics to
[llvm/avr.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
blob14045138f811e04975f073e85cd943ae6833d0d1
1 ; RUN: llvm-as %s -o /dev/null -f 
3 define void @test() {
4         call {i32} @foo()
5         ret void
8 declare {i32 } @foo()