2005-01-31-CallingAggregateFunction.ll 138 B

123456789
  1. ; RUN: llvm-as %s -o /dev/null
  2. ; RUN: verify-uselistorder %s
  3. define void @test() {
  4. call {i32} @foo()
  5. ret void
  6. }
  7. declare {i32 } @foo()