Update bitcode reader and writer to handle multiple return values.
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem2.ll
1 ; RUN: echo {%T = type int} | llvm-upgrade | llvm-as > %t.1.bc
2 ; RUN: llvm-upgrade < %s | llvm-as > %t.2.bc
3 ; RUN: llvm-link %t.1.bc %t.2.bc
4
5 %T = type opaque
6
7 %X = constant {%T*} {%T* null }
8