New testcase
authorChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 20:09:17 +0000 (20:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 20:09:17 +0000 (20:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5947 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2003-04-25-UnresolvedGlobalReference.ll [new file with mode: 0644]

diff --git a/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll b/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
new file mode 100644 (file)
index 0000000..4782044
--- /dev/null
@@ -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)
+}