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