blob: ceb046ee003ae2e7dc58f4b2ceebbde26eb9f6a0 [file] [log] [blame]
; RUN: echo "%T = type opaque" | llvm-as > %t.2.bc
; RUN: llvm-as < %s > %t.1.bc
; RUN: llvm-link %t.[12].bc
%T = type opaque
%a = constant { %T* } { %T* null }