From: Chris Lattner Date: Mon, 2 Jun 2003 17:31:24 +0000 (+0000) Subject: Second testcase identified by Joel X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1bafd29e0eedd1c8050658ec2b88b65c81bf89f4;p=oota-llvm.git Second testcase identified by Joel git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6543 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Linker/2003-06-02-TypeResolveProblem2.ll b/test/Linker/2003-06-02-TypeResolveProblem2.ll new file mode 100644 index 00000000000..41a49c1c990 --- /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 } +