From b1f92f8f3a4d5f5e6e2005ce996607e50ee17ffd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Apr 2003 20:09:17 +0000 Subject: [PATCH] New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5947 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-04-25-UnresolvedGlobalReference.ll | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/Assembler/2003-04-25-UnresolvedGlobalReference.ll 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) +} -- 2.34.1