aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-08-15-CastAmbiguity.ll
blob: 40c7b1e4591ffd5910526e65693d7bde34d30d34 (plain)
1
2
3
4
5
6
7
8



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

}