mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
Second testcase identified by Joel
llvm-svn: 6543
This commit is contained in:
parent
c17deffb2b
commit
c131ecbc0c
8
test/Regression/Linker/2003-06-02-TypeResolveProblem2.ll
Normal file
8
test/Regression/Linker/2003-06-02-TypeResolveProblem2.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; 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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user