Reid Spencer | d7c2c2f | 2006-12-02 20:34:08 +0000 | [diff] [blame] | 1 | ; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f |
Tanya Lattner | e7e3f2e | 2004-11-06 22:07:09 +0000 | [diff] [blame] | 2 | |
Chris Lattner | b1f92f8 | 2003-04-25 20:09:17 +0000 | [diff] [blame] | 3 | ; There should be absolutely no problem with this testcase. |
4 | |||||
5 | implementation | ||||
6 | |||||
7 | int %test(int %arg1, int %arg2) { | ||||
8 | ret int cast (int (int, int)* %test to int) | ||||
9 | } |