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

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

declare {} @foo()
OpenPOWER on IntegriCloud