blob: 9d128f823ec8f480ac8653549ef986af5fef97b4 [file] [log] [blame]
Reid Spencerd7c2c2f2006-12-02 20:34:08 +00001; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
Tanya Lattnere7e3f2e2004-11-06 22:07:09 +00002
Chris Lattnerb1f92f82003-04-25 20:09:17 +00003; There should be absolutely no problem with this testcase.
4
5implementation
6
7int %test(int %arg1, int %arg2) {
8 ret int cast (int (int, int)* %test to int)
9}