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