Tanya Lattner | 32f81a5 | 2004-11-06 22:07:09 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s -o /dev/null -f |
2 | |||||
Chris Lattner | d2a969d | 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 | } |