diff --git a/test/Regression/Linker/2003-06-02-TypeResolveProblem2.ll b/test/Regression/Linker/2003-06-02-TypeResolveProblem2.ll new file mode 100644 index 00000000000..41a49c1c990 --- /dev/null +++ b/test/Regression/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 } +