blob: 89132f6f2f708a5d24a6583c029287efbe05e059 [file] [log] [blame]
Tanya Lattner32f81a52004-11-06 22:07:09 +00001; RUN: llvm-as < %s -o /dev/null -f
2
Chris Lattnerd2a969d2003-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}