blob: 63505a44404e96782389a178e9877770f1bec972 [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]