1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-28 19:31:58 +00:00
llvm-6502/test/Linker/2003-06-02-TypeResolveProblem.ll
2003-09-15 20:04:28 +00:00

8 lines
164 B
LLVM

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