blob: 48b5d4690c0f5c5cf61c9b759c9e2cf5e39705f0 [file] [log] [blame]
; RUN: llvm-as < %s | opt -funcresolve -disable-output
void %foo(int, int) {
ret void
}
declare void %foo(...)
void %test() {
call void(...)* %foo(int 7)
ret void
}