; ; 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 }