hanchenye-llvm-project/llvm/test/Regression/Transforms/FunctionResolve/2003-11-20-BogusResolveWarn...

11 lines
159 B
LLVM

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