blob: 2736a53a96b9c44cca03969ffeb7664178c57a95 [file] [log] [blame]
; RUN: llvm-as < %s | opt -funcresolve -disable-output 2>&1 | not grep WARNING
void %test() {
call int(...)* %test()
ret void
}
declare int %test(...)