blob: 2736a53a96b9c44cca03969ffeb7664178c57a95 [file] [log] [blame]
Chris Lattner0ac5af02003-11-20 21:04:35 +00001; RUN: llvm-as < %s | opt -funcresolve -disable-output 2>&1 | not grep WARNING
2
3
4void %test() {
5 call int(...)* %test()
6 ret void
7}
8
9declare int %test(...)
10