summaryrefslogtreecommitdiff
path: root/test/Linker/2003-06-02-TypeResolveProblem.ll
blob: eee1135dfb466748804bbaee993c36fa2941c91c (plain)
1
2
3
4
5
6
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 }