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