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