summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
blob: 88b51f8bb4eb8d8bcd656d12f5a746896a8a5570 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s -preserve-bc-use-list-order

define void @test() {
	call {i32} @foo()
	ret void
}

declare {i32 } @foo()
OpenPOWER on IntegriCloud