For PR780:
[oota-llvm.git] / test / Assembler / 2003-04-25-UnresolvedGlobalReference.ll
1 ; RUN: llvm-as < %s -o /dev/null -f
2
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 }