2005-01-31-CallingAggregateFunction.ll 138 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 ; RUN: llvm-as %s -o /dev/null ; RUN: verify-uselistorder %s define void @test() { call {i32} @foo() ret void } declare {i32 } @foo()