blob: 9d128f823ec8f480ac8653549ef986af5fef97b4 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
2
3; 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}