blob: a313249fb332a0d465a50a56f41f1c0c3bc17f91 [file] [log] [blame]
; RUN: llvm-as < %s | opt -raise | llvm-dis | not grep cast
void %test(...) { ret void }
void %caller() {
call void (...) *%test()
ret void
}