aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-08-15-CastAmbiguity.ll
blob: ce1ce0701d3cd4c47642e8e1a2497bbaa1b21ab4 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s -o /dev/null -f




void %test(int %X) {
	call void (int)* cast (void(int) * %test to void(int) *) (int 6)
	ret void

}