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

9 lines
164 B
LLVM
Raw Normal View History

; RUN: echo "%T = type int" | as > Output/%s.1.bc
; RUN: as < %s > Output/%s.2.bc
; RUN: link Output/%s.[12].bc
%T = type opaque
%X = constant {%T*} {%T* null }