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

%T = type opaque

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