blob: 3ae23a208042072dcb6d1b4fcb907efed78dc08d [file] [log] [blame]
; RUN: echo "%%T = type i32" | llvm-as > %t.1.bc
; RUN: llvm-as < %s > %t.2.bc
; RUN: llvm-link %t.1.bc %t.2.bc
%T = type opaque
@X = constant { %T* } zeroinitializer ; <{ %T* }*> [#uses=0]