summaryrefslogtreecommitdiff
path: root/test/Linker/2003-08-20-OpaqueTypeResolve.ll
blob: 95d3f09980709203f88feaad06cb0e3a8430f4fe (plain)
1
2
3
4
5
6
7
8

; RUN: llvm-as < %s > Output/%s.out1.bc
; RUN: echo "%S = type { int, int* }" | llvm-as > Output/%s.out2.bc
; RUN: llvm-link Output/%s.out[12].bc

%T = type opaque
%S = type { int, %T* }
;%X = global { int, %T* } { int 5, %T* null }