blob: 40c7b1e4591ffd5910526e65693d7bde34d30d34 [file] [log] [blame]
Chris Lattner81003a42002-08-15 21:08:38 +00001
2
3
4void %test(int %X) {
5 call void (int)* cast (void(int) * %test to void(int) *) (int 6)
6 ret void
7
8}