llvm-project/llvm/test/Assembler/2005-01-31-CallingAggregate...

9 lines
107 B
LLVM

; RUN: llvm-as < %s -o /dev/null -f
define void @test() {
call {} @foo()
ret void
}
declare {} @foo()