1 2 3 4 5 6 7 8 9 10 11
; RUN: llvm-as < %s | opt -funcresolve -disable-output void %foo(int, int) { ret void } declare void %foo(...) void %test() { call void(...)* %foo(int 7) ret void }