aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LevelRaise/2003-05-01-CallCast.ll
blob: ee2a0440de7c30485e453fc1b3a65aa7e732f16f (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | opt -raise | llvm-dis | notcast

void %test(...) { ret void }

void %caller() {
	call void (...) *%test()
	ret void
}