aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-02 17:07:42 +0000
committerChris Lattner <sabre@nondot.org>2003-06-02 17:07:42 +0000
commit5e1803548d949227488cee442cfdc3e9e55f4422 (patch)
treea2e59262b4ec87dbe4bd6113209665173880b288 /test
parent707af6efecf6c4c949bc22a0d958daffc6ddedd9 (diff)
downloadexternal_llvm-5e1803548d949227488cee442cfdc3e9e55f4422.zip
external_llvm-5e1803548d949227488cee442cfdc3e9e55f4422.tar.gz
external_llvm-5e1803548d949227488cee442cfdc3e9e55f4422.tar.bz2
New testcase identified by Joel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Linker/2003-06-02-TypeResolveProblem.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Linker/2003-06-02-TypeResolveProblem.ll b/test/Linker/2003-06-02-TypeResolveProblem.ll
new file mode 100644
index 0000000..eee1135
--- /dev/null
+++ b/test/Linker/2003-06-02-TypeResolveProblem.ll
@@ -0,0 +1,7 @@
+; RUN: echo "%T = type opaque" | as > Output/%s.2.bc
+; RUN: as < %s > Output/%s.1.bc
+; RUN: link Output/%s.[12].bc
+
+%T = type opaque
+%a = constant { %T* } { %T* null }
+