blob: 69092194a82ee6465324efbe58ad8c89f81f7e45 [file] [log] [blame]
;
; RUN: as < %s | opt -funcresolve -instcombine | dis | not grep '\.\.\.'
declare int %foo(...)
declare int %foo(int)
void %bar() {
call int(...)* %foo(int 7)
ret void
}