New testcase
[oota-llvm.git] / test / Assembler / 2003-04-25-UnresolvedGlobalReference.ll
1 ; There should be absolutely no problem with this testcase.
2
3 implementation
4
5 int %test(int %arg1, int %arg2) {  
6         ret int cast (int (int, int)* %test to int)
7 }