41a49c1c990282b0d1a10c8f3285816f172939b9
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem2.ll
1 ; RUN: echo "%T = type int" | as > Output/%s.1.bc
2 ; RUN: as < %s > Output/%s.2.bc
3 ; RUN: link Output/%s.[12].bc
4
5 %T = type opaque
6
7 %X = constant {%T*} {%T* null }
8