blob: e6baf34a6c74b8f95eb0e4a854020fdacea341f6 [file] [log] [blame]
; RUN: llvm-as < %s -o /dev/null -f
define void @test() {
call {} @foo()
ret void
}
declare {} @foo()