summaryrefslogtreecommitdiffstats
path: root/test/Assembler/2005-01-31-CallingAggregateFunction.ll
blob: 14045138f811e04975f073e85cd943ae6833d0d1 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as %s -o /dev/null -f 

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

declare {i32 } @foo()
OpenPOWER on IntegriCloud