1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-13 08:35:46 +00:00
llvm-6502/test/Transforms/FunctionResolve/2003-11-20-BogusResolveWarning.ll

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(...)