llvm-6502/test/Linker/2003-08-20-OpaqueTypeResolve.ll
2003-09-15 20:04:28 +00:00

9 lines
234 B
LLVM

; RUN: llvm-as < %s > Output/%s.out1.bc
; RUN: echo "%S = type { int, int* }" | llvm-as > Output/%s.out2.bc
; RUN: llvm-link Output/%s.out[12].bc
%T = type opaque
%S = type { int, %T* }
;%X = global { int, %T* } { int 5, %T* null }