blob: 366bd7326d310739ebf840f95f37d084919fce7f [file] [log] [blame]
; RUN: ignore llvm-as < %s -o /dev/null -f |& \
; RUN: grep {LLVM functions cannot return aggregate types}
define void @test() {
call {} @foo()
ret void
}
declare {} @foo()