hanchenye-llvm-project/llvm/test/Regression/Transforms/LevelRaise/2003-05-01-CallCast.ll

9 lines
146 B
LLVM

; RUN: llvm-as < %s | opt -raise | llvm-dis | not grep cast
void %test(...) { ret void }
void %caller() {
call void (...) *%test()
ret void
}