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

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

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