blob: d85da646d4f67b1db26cce90ad1c3f914dc75745 [file] [log] [blame]
; RUN: llvm-as < %s | opt -funcresolve
declare int %read(...)
long %read() {
ret long 0
}
int %testfunc() {
%X = call int(...)* %read()
ret int %X
}