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

8 lines
199 B
LLVM
Raw Normal View History

; RUN: echo {%T = type opaque} | llvm-upgrade | llvm-as > %t.2.bc
; RUN: llvm-upgrade < %s | llvm-as > %t.1.bc
; RUN: llvm-link %t.1.bc %t.2.bc
%T = type opaque
%a = constant { %T* } { %T* null }