blob: 94ad671fb2a880bb852b12459ea99790243c60ef [file] [log] [blame]
; RUN: llvm-as < %s | opt -raise | llvm-dis | grep call | not grep '\.\.\.'
implementation
void %test(sbyte* %P) {
%Q = cast sbyte* %P to void (...)*
call void (...)* %Q(sbyte* %P)
ret void
}