llvm-6502/test/Linker/2003-06-02-TypeResolveProblem2.ll

9 lines
193 B
LLVM
Raw Normal View History

; 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 }