aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/2003-06-02-TypeResolveProblem2.ll
blob: 7592b2ce5a9b3065141f762682201675c16938dd (plain)
1
2
3
4
5
6
7
8
; RUN: echo "%T = type int" | as > %t.1.bc
; RUN: as < %s > %t.2.bc
; RUN: link %t.[12].bc

%T = type opaque

%X = constant {%T*} {%T* null }