blob: ce1ce0701d3cd4c47642e8e1a2497bbaa1b21ab4 [file] [log] [blame]
Tanya Lattnere7e3f2e2004-11-06 22:07:09 +00001; RUN: llvm-as < %s -o /dev/null -f
2
Chris Lattner81003a42002-08-15 21:08:38 +00003
4
5
6void %test(int %X) {
7 call void (int)* cast (void(int) * %test to void(int) *) (int 6)
8 ret void
9
10}