llvm-6502/test/Transforms/FunctionResolve/2003-11-20-BogusResolveWarning.ll
2006-12-02 04:23:10 +00:00

11 lines
174 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve -disable-output 2>&1 | not grep WARNING
void %test() {
call int(...)* %test()
ret void
}
declare int %test(...)