Add another testcase
authorChris Lattner <sabre@nondot.org>
Sat, 31 May 2003 20:33:09 +0000 (20:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 31 May 2003 20:33:09 +0000 (20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6478 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/FunctionResolve/2003-05-31-FuncPointerResolve.ll

index ebb557824c15b7abb28324a490e7345165be67ff..c171b184e73b8589085d8bdbdb4155c11f5139bd 100644 (file)
@@ -4,6 +4,8 @@
 ; RUN: fi
 %Table = constant int(...)* %foo
 
+%Table2 = constant [1 x int(...)* ] [ int(...)* %foo ]
+
 declare int %foo(...)
 
 int %foo() {