Verifier: Check composite type template params
[oota-llvm.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
1 ; RUN: llvm-as %s -o /dev/null
2 ; RUN: verify-uselistorder %s
3
4 define void @test() {
5         call {i32} @foo()
6         ret void
7 }
8
9 declare {i32 } @foo()