mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
New testcase identified by Joel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
707af6efec
commit
5e1803548d
7
test/Linker/2003-06-02-TypeResolveProblem.ll
Normal file
7
test/Linker/2003-06-02-TypeResolveProblem.ll
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
; RUN: echo "%T = type opaque" | as > Output/%s.2.bc
|
||||||
|
; RUN: as < %s > Output/%s.1.bc
|
||||||
|
; RUN: link Output/%s.[12].bc
|
||||||
|
|
||||||
|
%T = type opaque
|
||||||
|
%a = constant { %T* } { %T* null }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user