diff --git a/test/Linker/2003-06-02-TypeResolveProblem.ll b/test/Linker/2003-06-02-TypeResolveProblem.ll new file mode 100644 index 00000000000..eee1135dfb4 --- /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 } +