aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-02 17:31:24 +0000
committerChris Lattner <sabre@nondot.org>2003-06-02 17:31:24 +0000
commit1bafd29e0eedd1c8050658ec2b88b65c81bf89f4 (patch)
treef5384febb5059393dd14b05bfa42a4ca39cf53ed
parentbf44ecccdb8c723983a6e7c6dc8874e65cab3c2b (diff)
Second testcase identified by Joel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6543 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Linker/2003-06-02-TypeResolveProblem2.ll8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Linker/2003-06-02-TypeResolveProblem2.ll b/test/Linker/2003-06-02-TypeResolveProblem2.ll
new file mode 100644
index 0000000000..41a49c1c99
--- /dev/null
+++ b/test/Linker/2003-06-02-TypeResolveProblem2.ll
@@ -0,0 +1,8 @@
+; RUN: echo "%T = type int" | as > Output/%s.1.bc
+; RUN: as < %s > Output/%s.2.bc
+; RUN: link Output/%s.[12].bc
+
+%T = type opaque
+
+%X = constant {%T*} {%T* null }
+