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