From: Chris Lattner Date: Fri, 25 Apr 2003 20:09:17 +0000 (+0000) Subject: New testcase X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b1f92f8f3a4d5f5e6e2005ce996607e50ee17ffd;p=oota-llvm.git New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5947 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll b/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll new file mode 100644 index 00000000000..47820449ef8 --- /dev/null +++ b/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll @@ -0,0 +1,7 @@ +; There should be absolutely no problem with this testcase. + +implementation + +int %test(int %arg1, int %arg2) { + ret int cast (int (int, int)* %test to int) +}