blob: c44ee670eb5952e5ec83d7511f4842ea7063667c [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
2
3
4void %test(int %X) {
5 call void (int)* cast (void(int) * %test to void(int) *) (int 6)
6 ret void
7
8}