blob: 0dcca98ac3f45db2330a74ef7fcc213ce9e5d01e [file] [log] [blame]
; RUN: echo {%T = type int} | llvm-upgrade | llvm-as > %t.1.bc
; RUN: llvm-upgrade < %s | llvm-as > %t.2.bc
; RUN: llvm-link %t.1.bc %t.2.bc
%T = type opaque
%X = constant {%T*} {%T* null }